Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
Point to personal repos for time being due to simcenterbackendapplications/simcentercommon bugs (can be reverted later)
  • Loading branch information
JustinBonus authored Sep 29, 2024
1 parent acc78e5 commit 34af277
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ for:
- rm -rf QS3hark
- rm -rf SimCenterBackendApplications
- rm -rf SimCenterCommon
- git clone https://github.com/NHERI-SimCenter/SimCenterBackendApplications.git
- git clone https://github.com/NHERI-SimCenter/SimCenterCommon.git
- git clone https://github.com/NHERI-SimCenter/EE-UQ.git
- git clone https://github.com/NHERI-SimCenter/QS3hark.git
- git clone https://github.com/JustinBonus/SimCenterBackendApplications.git
- git clone https://github.com/JustinBonus/SimCenterCommon.git
- git clone https://github.com/JustinBonus/EE-UQ.git
- git clone https://github.com/JustinBonus/QS3hark.git

build_script:

Expand Down Expand Up @@ -79,10 +79,10 @@ for:
- pip install conan==1.60.1
- conan user
- conan remote add simcenter https://nherisimcenter.jfrog.io/artifactory/api/conan/simcenter
- git clone https://github.com/NHERI-SimCenter/SimCenterBackendApplications.git
- git clone https://github.com/NHERI-SimCenter/SimCenterCommon.git
- git clone https://github.com/NHERI-SimCenter/EE-UQ.git
- git clone https://github.com/NHERI-SimCenter/QS3hark.git
- git clone https://github.com/JustinBonus/SimCenterBackendApplications.git
- git clone https://github.com/JustinBonus/SimCenterCommon.git
- git clone https://github.com/JustinBonus/EE-UQ.git
- git clone https://github.com/JustinBonus/QS3hark.git

build_script:
# build SimCenterBackendApplications
Expand Down Expand Up @@ -132,10 +132,10 @@ for:
- cmd: rm -rf QS3hark
- cmd: rm -rf SimCenterBackendApplications
- cmd: rm -rf SimCenterCommon
- cmd: git clone https://github.com/NHERI-SimCenter/SimCenterBackendApplications.git
- cmd: git clone https://github.com/NHERI-SimCenter/SimCenterCommon.git
- cmd: git clone https://github.com/NHERI-SimCenter/EE-UQ.git
- cmd: git clone https://github.com/NHERI-SimCenter/QS3hark.git
- cmd: git clone https://github.com/JustinBonus/SimCenterBackendApplications.git
- cmd: git clone https://github.com/JustinBonus/SimCenterCommon.git
- cmd: git clone https://github.com/JustinBonus/EE-UQ.git
- cmd: git clone https://github.com/JustinBonus/QS3hark.git
- cmd: dir

build_script:
Expand Down

0 comments on commit 34af277

Please sign in to comment.