mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
Separate test and example output dirs.
This commit is contained in:
parent
e5e9451831
commit
3b3945de84
4 changed files with 10 additions and 10 deletions
2
.github/workflows/cmake_actions.yml
vendored
2
.github/workflows/cmake_actions.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
matrix:
|
||||
cc: [gcc, clang]
|
||||
cmake_flags: ["",
|
||||
"-DBUILD_EXAMPLES=ON -DBUILD_TESTS=OFF",
|
||||
"-DBUILD_EXAMPLES=ON -DBUILD_TESTS=ON",
|
||||
"-DUSE_DTOA_LIBRARY=ON -DBUILD_TESTS=ON",
|
||||
"-DUSE_FMEMOPEN=ON -DBUILD_TESTS=ON",
|
||||
"-DUSE_NO_MD5=ON -DBUILD_TESTS=ON",
|
||||
|
|
|
|||
2
.github/workflows/make_actions.yml
vendored
2
.github/workflows/make_actions.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Build with make
|
||||
name: Build with Make
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
|||
2
.github/workflows/valgrind.yml
vendored
2
.github/workflows/valgrind.yml
vendored
|
|
@ -25,4 +25,4 @@ jobs:
|
|||
sudo apt-get -y install zlib1g-dev
|
||||
|
||||
- name: test valgrind
|
||||
run: make test_valgrind V=1
|
||||
run: make test_valgrind V=1 -j
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue