diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-07 00:45:40 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-07 01:06:33 +0300 |
commit | e10b7946da60677ddc54da7e75a7282c006f9a70 (patch) | |
tree | 8b1c505cbe7d6e954ea9dace556b410f4ce6e55e /.github | |
parent | cmake: slight CMakeLists.txt refactoring (diff) | |
download | math-server-e10b7946da60677ddc54da7e75a7282c006f9a70.tar.gz math-server-e10b7946da60677ddc54da7e75a7282c006f9a70.zip |
Makefile: allow to override MATH_SERVER_TESTS
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/ci.yml | 1 |
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 |