aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-07 00:45:40 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-07 01:06:33 +0300
commite10b7946da60677ddc54da7e75a7282c006f9a70 (patch)
tree8b1c505cbe7d6e954ea9dace556b410f4ce6e55e /.github
parentcmake: slight CMakeLists.txt refactoring (diff)
downloadmath-server-e10b7946da60677ddc54da7e75a7282c006f9a70.tar.gz
math-server-e10b7946da60677ddc54da7e75a7282c006f9a70.zip
Makefile: allow to override MATH_SERVER_TESTS
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ce9c497..e2dcb23 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -41,6 +41,7 @@ jobs:
PLATFORM: '${{ matrix.platform }}'
CONFIGURATION: '${{ matrix.configuration }}'
BOOST_VERSION: 1.71.0
+ CMAKE_FLAGS: -D MATH_SERVER_TESTS=ON
defaults:
run:
shell: pwsh