Separate test and example output dirs.

This commit is contained in:
John McNamara 2022-02-15 12:56:18 +00:00
parent e5e9451831
commit 3b3945de84
4 changed files with 10 additions and 10 deletions

View file

@ -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",

View file

@ -1,4 +1,4 @@
name: Build with make
name: Build with Make
on:
push:

View file

@ -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