Skip to content

Commit b985834

Browse files
committed
Travis: Output cmake settings
1 parent 86c5c04 commit b985834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ before_script:
121121

122122
script:
123123
- mkdir build && cd build
124-
- cmake .. -DBUILD_TESTS=ON -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DCMAKE_CXX_STANDARD=${CPPVERSION} -DWITH_LUAJIT=${LUAJIT_OPTION}
124+
- cmake .. -LA -DBUILD_TESTS=ON -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DCMAKE_CXX_STANDARD=${CPPVERSION} -DWITH_LUAJIT=${LUAJIT_OPTION}
125125
- make -j2
126126
- echo "Running tests ... "
127127
- if [[ $TEST_NODB ]]; then

0 commit comments

Comments
 (0)