mirror of
https://github.com/znc/znc.git
synced 2026-07-04 00:41:38 +02:00
Travis: --enable-charset
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ script:
|
||||
- ./bootstrap.sh
|
||||
- mkdir build
|
||||
- cd build
|
||||
- ../configure --enable-perl --enable-python --enable-tcl --enable-cyrus --with-gtest=/usr/src/gtest $CFGFLAGS CXXFLAGS="$CXXFLAGS $MYCXXFLAGS" LDFLAGS="$LDFLAGS $MYLDFLAGS"
|
||||
- ../configure --enable-perl --enable-python --enable-tcl --enable-cyrus --enable-charset --with-gtest=/usr/src/gtest $CFGFLAGS CXXFLAGS="$CXXFLAGS $MYCXXFLAGS" LDFLAGS="$LDFLAGS $MYLDFLAGS"
|
||||
- cat config.log
|
||||
- make V=1 -j3
|
||||
- make V=1 test -j3
|
||||
|
||||
Reference in New Issue
Block a user