mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-20 02:25:14 -07:00
tcc + travis...
This commit is contained in:
parent
9f40111977
commit
cdfb0aaa32
@ -18,7 +18,8 @@ addons:
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- ./autogen.sh
|
- ./autogen.sh
|
||||||
- env CC=tcc CFLAGS='-w' ./configure --disable-dependency-tracking --disable-shared && make -j $(nproc) check && make install
|
- env CC=tcc CFLAGS='-w' ./configure --disable-dependency-tracking --disable-shared || cat config.log
|
||||||
|
- make -j $(nproc) check && make install
|
||||||
- ./test/constcheck.sh
|
- ./test/constcheck.sh
|
||||||
- make distclean
|
- make distclean
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user