Skip to content

Commit

Permalink
WIP Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
ErDumont committed Nov 9, 2023
1 parent ea5ae4b commit 3a23e45
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,18 @@ jobs:
strategy:
fail-fast: false
steps:
- name: Checkout sources
uses: actions/checkout@v2

- name: Install Sirius
run: |
curl -o windows-latest_sirius-solver.zip http://github.com/rte-france/sirius-solver/releases/download/antares-integration-v1.4/windows-latest_sirius-solver.zip
curl -L -o windows-latest_sirius-solver.zip https://github.com/rte-france/sirius-solver/releases/download/antares-integration-v1.4/windows-latest_sirius-solver.zip
dir
unzip windows-latest_sirius-solver.zip
mv windows-latest_sirius-solver-install sirius_install
export SIRIUS_INSTALL_PATH=$(pwd)/sirius_install
export SIRIUS=$(pwd)/sirius_install/bin
- name: Checkout sources
uses: actions/checkout@v2

- name: Install Boost via conan
run: |
conan install -if build -pr:b default -pr:h default . --build missing --build outdated --settings build_type=Release
Expand Down

0 comments on commit 3a23e45

Please sign in to comment.