mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
[workflows] windows: run ninja install
This commit is contained in:
parent
0c7a4b3ac6
commit
4336aec7d5
10
.github/workflows/windows_test.yml
vendored
10
.github/workflows/windows_test.yml
vendored
@ -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…
x
Reference in New Issue
Block a user