Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBonus authored Sep 20, 2024
1 parent 5be1c11 commit 16876d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 24.07.{build}
version: 24.09.{build}

image:
- Visual Studio 2019
Expand Down Expand Up @@ -26,7 +26,7 @@ for:
install:
- uname
- rm -rf SimCenterBackendApplications
- git clone https://github.com/NHERI-SimCenter/SimCenterBackendApplications.git
- git clone https://github.com/JustinBonus/SimCenterBackendApplications.git

build_script:

Expand Down Expand Up @@ -63,7 +63,7 @@ for:
- conan user
- conan remote add simcenter https://nherisimcenter.jfrog.io/artifactory/api/conan/simcenter
- rm -rf SimCenterBackendApplications
- git clone https://github.com/NHERI-SimCenter/SimCenterBackendApplications.git
- git clone https://github.com/JustinBonus/SimCenterBackendApplications.git

build_script:
# build SimCenterBackendApplications
Expand Down Expand Up @@ -104,7 +104,7 @@ for:

install:
- cmd: rm -rf SimCenterBackendApplications
- cmd: git clone https://github.com/NHERI-SimCenter/SimCenterBackendApplications.git
- cmd: git clone https://github.com/JustinBonus/SimCenterBackendApplications.git
- cmd: dir

build_script:
Expand Down

0 comments on commit 16876d4

Please sign in to comment.