Skip to content

Commit

Permalink
ALE Windows CI (DOI-USGS#548)
Browse files Browse the repository at this point in the history
* Adds ALE windows builds

* Clamped scipy to 1.10

* Converted checkout/miniconda uses from versions to hashes

* Added ale.lib to artifacts to upload
  • Loading branch information
acpaquette authored and antonhibl committed Sep 26, 2023
1 parent 956036c commit 0e77c4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
verbose: true
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9'

<<<<<<< HEAD
Build-Docs:
runs-on: ubuntu-latest
defaults:
Expand Down Expand Up @@ -108,7 +109,7 @@ jobs:
run: |
mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=ON -G "Visual Studio 16 2019" -A x64 -DALE_BUILD_TESTS=OFF -DALE_BUILD_DOCS=OFF ..
cmake -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=ON -G "Visual Studio 16 2019" -A x64 -DALE_BUILD_TESTS=OFF ..
cmake --build . --target ALL_BUILD --config Release
ls D:\a\ale\ale\build\Release
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
Expand Down

0 comments on commit 0e77c4c

Please sign in to comment.