Skip to content

Commit

Permalink
win CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fmozafari committed Jul 20, 2021
1 parent b998a7a commit 78a6a7b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,11 @@ jobs:
run: |
mkdir -p build
cd build
cmake .. -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release -DANGEL_TEST=ON -DTWEEDLEDUM_PYBINDS=ON
cmake .. -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release -DANGEL_TEST=ON
- name: Build tests
working-directory: build
run: nmake run_tests

- name: Build python lib
working-directory: build
run: nmake _angel

- name: Run test
run: |
.\build\test\run_tests.exe

0 comments on commit 78a6a7b

Please sign in to comment.