Update autogen.sh

This commit is contained in:
Frank Denis
2020-05-18 22:05:58 +02:00
parent 4cc7d9027c
commit 7bbaa6820b
2 changed files with 70 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ compiler:
- g++
install:
- ./autogen.sh
- ./autogen.sh -f
- env CC=tcc CFLAGS='-w' CPPFLAGS="-DDEV_MODE=1" ./configure --prefix=/tmp --disable-dependency-tracking --disable-shared || cat config.log
- make -j $(nproc) && make check && make install
- env CC=tcc CPPFLAGS='-I/tmp/include' LDFLAGS='-L/tmp/lib' LD_LIBRARY_PATH='/tmp/lib' ./test/constcheck.sh