.travis.yml bit

This commit is contained in:
nhmall
2020-05-18 23:28:23 -04:00
parent 696aaf8b8d
commit a8d813b696

View File

@@ -15,7 +15,7 @@ matrix:
env: HINTS=linux LUA_VERSION=5.3.5
compiler: gcc
script:
- echo "CFLAGS+=-fno-common" >>sys/unix/hints/linux
- echo "CFLAGS+=-fno-common" >>sys/unix/hints/$HINTS
- cd sys/unix/ && sh setup.sh hints/$HINTS && cd ../../
- make fetch-lua
- test -d "lib/lua-$LUA_VERSION/src" || exit 0