travis update - have a build with and without -fno-common
This commit is contained in:
@@ -2,6 +2,15 @@ language: c
|
||||
matrix:
|
||||
include:
|
||||
- name: linux-xenial-gcc
|
||||
os: linux
|
||||
env: HINTS=linux LUA_VERSION=5.3.5
|
||||
compiler: gcc
|
||||
script:
|
||||
- cd sys/unix/ && sh setup.sh hints/$HINTS && cd ../../
|
||||
- make fetch-lua
|
||||
- test -d "lib/lua-$LUA_VERSION/src" || exit 0
|
||||
- make install
|
||||
- name: linux-nocommon-xenial-gcc
|
||||
os: linux
|
||||
env: HINTS=linux-travis LUA_VERSION=5.3.5
|
||||
compiler: gcc
|
||||
|
||||
Reference in New Issue
Block a user