File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115
115
- run :
116
116
name : Build
117
117
command : |
118
- cmake -G Ninja -B build/ -DWITH_TESTS=On -DCODE_COVERAGE=On
118
+ cmake -G Ninja -B build/ -DWITH_FLAKY_TESTS=Off -DCODE_COVERAGE=On
119
119
cmake --build build/
120
120
# Testing rubbish:
121
121
cp test/ci.oid.toml build/testing.oid.toml
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ include(cmake/CompilerWarnings.cmake)
22
22
option (STATIC_LINK "Statically link oid" OFF )
23
23
option (ASAN "Enable address sanitizer" OFF )
24
24
option (CODE_COVERAGE "Enable code coverage" OFF )
25
- option (WITH_TESTS "Build with tests" Off )
26
- option (WITH_FLAKY_TESTS "Build with flaky tests" OFF )
25
+ option (WITH_TESTS "Build with tests" On )
26
+ option (WITH_FLAKY_TESTS "Build with flaky tests" On )
27
27
option (FORCE_BOOST_STATIC "Build with static boost" On )
28
28
option (FORCE_LLVM_STATIC "Build with static llvm and clang" On )
29
29
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ First ensure your system has all the dependencies installed. We have tested on U
14
14
$ sudo apt-get update
15
15
$ sudo apt-get install -y bison autopoint build-essential clang-12 cmake flex gawk libboost-all-dev libbz2-dev libcap2-bin libclang-12-dev libcurl4-gnutls-dev libdouble-conversion-dev libdw-dev libfmt-dev libgflags-dev libgmock-dev libgoogle-glog-dev libgtest-dev libjemalloc-dev libmsgpack-dev libzstd-dev llvm-12-dev ninja-build pkg-config python3-setuptools sudo xsltproc libboost-all-dev
16
16
$ sudo pip3 install toml
17
- $ cmake -G Ninja -B build/ -DWITH_TESTS=On
17
+ $ cmake -G Ninja -B build/
18
18
```
19
19
20
20
### OpenSuse Tumbleweed
You can’t perform that action at this time.
0 commit comments