Skip to content

Commit 02d8f1e

Browse files
Enable BDD_GUARDS in one of the travis steps
We add the BDD_GUARDS flags in the travis step which is compiling with CUDD to test that the bdd_guard implementation.
1 parent bbabb1f commit 02d8f1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
- cmake --build build -- -j4
202202
script: (cd build; bin/unit "[core][irept]")
203203

204-
# cmake build using g++-7, enable CMAKE_USE_CUDD
204+
# cmake build using g++-7, enable CMAKE_USE_CUDD and BDD_GUARDS
205205
- stage: Test different OS/CXX/Flags
206206
os: linux
207207
sudo: false
@@ -223,7 +223,7 @@ jobs:
223223
install:
224224
- ccache -z
225225
- ccache --max-size=1G
226-
- cmake -H. -Bbuild '-DCMAKE_BUILD_TYPE=Release' '-DCMAKE_CXX_COMPILER=/usr/bin/g++-7' '-DCMAKE_USE_CUDD=true'
226+
- cmake -H. -Bbuild '-DCMAKE_BUILD_TYPE=Release' '-DCMAKE_CXX_COMPILER=/usr/bin/g++-7' '-DCMAKE_USE_CUDD=true' -DCMAKE_CXX_FLAGS="-DBDD_GUARDS"
227227
- git submodule update --init --recursive
228228
- cmake --build build -- -j4
229229
script: (cd build; ctest -V -L CORE -j2)

0 commit comments

Comments
 (0)