3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-07 09:55:19 +00:00

remove reference to matrix bindings to see if it works

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2023-12-19 04:45:02 +00:00
parent 2602fc2eb5
commit 5cafda1fad

View file

@ -22,23 +22,11 @@ jobs:
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Create build directory
run: md build
- name: Build - name: Build
run: cd build run: |
- name: cmd1 md build
if: ${{ matrix.cmd1 }} cd build
run: ${{ matrix.cmd1 }}
- name: cmd2
if: ${{ matrix.cmd2 }}
run: ${{ matrix.cmd2 }}
- name: cmd3
if: ${{ matrix.cmd3 }}
run: ${{ matrix.cmd3 }}
- name: Setup Visual Studio environment
run: |
cmd /c "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" ${{ matrix.arch }} cmd /c "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" ${{ matrix.arch }}
- name: configure cmake -G "NMake Makefiles" ../
run: cmake -G "NMake Makefiles" ../ nmake
- name: make
run: nmake