3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 01:24:08 +00:00

Update Windows.yml

This commit is contained in:
Nikolaj Bjorner 2023-12-18 19:46:39 -08:00 committed by GitHub
parent 91ba893d7b
commit 62ae9a0b72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,17 +31,19 @@ jobs:
run: cd build
- name: cmd1
if: ${{ matrix.cmd1 }}
run: cmd1
run: ${{ matrix.cmd1 }}
- name: cmd2
if: ${{ matrix.cmd2 }}
run: cmd2
run: ${{ matrix.cmd2 }}
- name: cmd3
if: ${{ matrix.cmd3 }}
run: cmd3
run: ${{ matrix.cmd3 }}
- name: vscmd
uses: seanmiddleditch/gha-setup-vsdevenv@v4
with:
arch: $${ matrix.arch }}
- name: cmake
uses: lukka/get-cmake@latest
- name: configure
run: cmake ${{ matrix.bindings }} -G "NMake Makefiles" ../
- name: make