mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
Pass config to ctest for windows
This commit is contained in:
parent
b5a55f606c
commit
487f05c90a
4
.github/workflows/python-package.yml
vendored
4
.github/workflows/python-package.yml
vendored
@ -50,12 +50,12 @@ jobs:
|
|||||||
- name: Build C code
|
- name: Build C code
|
||||||
run: |
|
run: |
|
||||||
ls
|
ls
|
||||||
cmake -S . -B build -DQUICKTEX_NOPYTHON=TRUE
|
cmake -S . -B build -DQUICKTEX_NOPYTHON=TRUE -DCMAKE_BUILD_TYPE=Debug
|
||||||
cmake --build build
|
cmake --build build
|
||||||
|
|
||||||
- name: Test C code
|
- name: Test C code
|
||||||
run: |
|
run: |
|
||||||
ctest -V --test-dir build
|
ctest -V --test-dir build -C Debug
|
||||||
|
|
||||||
build-sdist:
|
build-sdist:
|
||||||
name: Build SDist
|
name: Build SDist
|
||||||
|
Loading…
Reference in New Issue
Block a user