Skip to content

Commit

Permalink
{ci} Try micromamba? (take 6)
Browse files Browse the repository at this point in the history
  • Loading branch information
asmaloney committed Apr 20, 2024
1 parent e0a8538 commit 056d522
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,19 +147,23 @@ jobs:
max-size: '5G'
key: ${{ matrix.os }}-${{ matrix.build_type }}

- name: Configure
- name: Setup
run: |
mkdir libE57Format-build
env | sort
ls -laR ${CONDA_PREFIX}
- name: CMake Configure
run: >
cmake
-B libE57Format-build
-G "Ninja"
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
-DE57_BUILD_SHARED=${{ matrix.build_shared }}
-DE57_BUILD_TEST=${{ matrix.build_test }}
-DE57_VALIDATION_LEVEL=${{ matrix.validation_level }}
-DE57FORMAT_SANITIZE_ALL:BOOL=ON
.
-B libE57Format-build
-G "Ninja"
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
-DE57_BUILD_SHARED=${{ matrix.build_shared }}
-DE57_BUILD_TEST=${{ matrix.build_test }}
-DE57_VALIDATION_LEVEL=${{ matrix.validation_level }}
-DE57FORMAT_SANITIZE_ALL:BOOL=ON
.
- name: Build
run: cmake --build libE57Format-build
Expand Down

0 comments on commit 056d522

Please sign in to comment.