mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
[windows] ctest won't fly until we have a ConPTY CI
This commit is contained in:
parent
ad2b1e5e86
commit
2110fd2af3
17
.github/workflows/windows_test.yml
vendored
17
.github/workflows/windows_test.yml
vendored
@ -65,15 +65,16 @@ jobs:
|
||||
cd build
|
||||
ninja
|
||||
|
||||
- name: test
|
||||
run: |
|
||||
cd build
|
||||
ctest --output-on-failure
|
||||
# this is not going to work until we have a ConPTY CI environment
|
||||
# - name: test
|
||||
#run: |
|
||||
#cd build
|
||||
#ctest --output-on-failure
|
||||
|
||||
- name: install
|
||||
run: |
|
||||
cd build
|
||||
ninja install
|
||||
# - name: install
|
||||
#run: |
|
||||
#cd build
|
||||
#ninja install
|
||||
|
||||
#- name: python wrappers
|
||||
#run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user