mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
Run ctest from build directory
This commit is contained in:
parent
ef8a41fe03
commit
3ab354db74
7
.github/workflows/python-package.yml
vendored
7
.github/workflows/python-package.yml
vendored
@ -50,11 +50,14 @@ jobs:
|
|||||||
- name: Build C code
|
- name: Build C code
|
||||||
run: |
|
run: |
|
||||||
ls
|
ls
|
||||||
cmake . -DQUICKTEX_NOPYTHON=TRUE
|
cmake -S . -B cmake-build -DQUICKTEX_NOPYTHON=TRUE
|
||||||
cmake --build .
|
cmake --build .
|
||||||
|
|
||||||
- name: Test C code
|
- name: Test C code
|
||||||
run: ctest -V
|
run: |
|
||||||
|
cd cmake-build
|
||||||
|
ctest -V
|
||||||
|
cd ..
|
||||||
|
|
||||||
build-sdist:
|
build-sdist:
|
||||||
name: Build SDist
|
name: Build SDist
|
||||||
|
Loading…
Reference in New Issue
Block a user