diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-05-20 12:30:42 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-05-20 12:30:42 -0400 |
commit | 4a08a7d0c4050af7b0fed3fe65bb58c216a380e0 (patch) | |
tree | e040d2f37b5c5240a5581295d5e86a7308086af9 | |
parent | 754624b54d43dd2d7ff943ea7436a54a3279d064 (diff) | |
download | stasis-4a08a7d0c4050af7b0fed3fe65bb58c216a380e0.tar.gz |
Windows CI
-rw-r--r-- | .github/workflows/cmake-multi-platform.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 2150c0f..5bc7143 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -58,6 +58,14 @@ jobs: libxml2:x if: matrix.os == 'windows-latest' + - name: Configure CMake (Windows) + shell: msys2 {0} + run: > + cmake -B ${{ steps.strings.outputs.build-output-dir }} + -DCMAKE_C_COMPILER=${{ matrix.c_compiler }} + -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} + -S ${{ github.workspace }} + - name: Configure CMake run: > cmake -B ${{ steps.strings.outputs.build-output-dir }} |