Skip to content
This repository was archived by the owner on Oct 14, 2023. It is now read-only.

Commit c3b7c54

Browse files
committed
chore(.travis.yml): fix STATIC config
1 parent 612c02d commit c3b7c54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,14 @@ script:
9999
- cd build
100100
- if [[ $TESTCOV != ON ]]; then TESTCOV=OFF; fi
101101
- if [[ $TCMALLOC != ON ]]; then TCMALLOC=OFF; fi
102+
- if [[ $STATIC != ON ]]; then STATIC=OFF; fi
102103
- if [[ $MULTI_THREAD != OFF ]]; then MULTI_THREAD=ON; fi
103104
- cmake -DCMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE
104105
-DCMAKE_CXX_COMPILER=$CMAKE_CXX_COMPILER
105106
-DTESTCOV=$TESTCOV
106107
-DTCMALLOC=$TCMALLOC
107108
-DMULTI_THREAD=$MULTI_THREAD
109+
-DSTATIC=$STATIC
108110
../src
109111
- make -j2
110112
- cpack

0 commit comments

Comments
 (0)