[workflows] windows: run ninja install

pull/2253/head
nick black 3 years ago committed by nick black
parent 0c7a4b3ac6
commit 4336aec7d5

@ -49,7 +49,7 @@ jobs:
cd /ucrt64/lib && \
ln -s "${HOME}/repos/QR-Code-generator/c/libqrcodegen.a" ./libqrcodegen.a
- name: cmake
- name: config
run: |
mkdir build && cd build
cmake .. \
@ -58,20 +58,20 @@ jobs:
-DUSE_PANDOC=off \
-DUSE_QRCODEGEN=on
- name: make
- name: build
run: |
cd build
ninja
- name: ctest
- name: test
run: |
cd build
#ctest --output-on-failure
- name: make install
- name: install
run: |
cd build
make install
ninja install
#- name: python wrappers
#run: |

Loading…
Cancel
Save