Skip to content

Commit 7c1bdf7

Browse files
authored
Merge pull request #1172 from joto/travis-output-cmake-settings
Travis: Output cmake settings
2 parents 86c5c04 + b985834 commit 7c1bdf7

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)