travis naming: platform-build-compiler-other

This commit is contained in:
nhmall
2020-05-20 11:34:24 -04:00
parent 9372b35c46
commit 36d2da1b80

View File

@@ -10,7 +10,7 @@ matrix:
- make fetch-lua - make fetch-lua
- test -d "lib/lua-$LUA_VERSION/src" || exit 0 - test -d "lib/lua-$LUA_VERSION/src" || exit 0
- make install - make install
- name: linux-nocommon-xenial-gcc - name: linux-xenial-gcc-nocommon
os: linux os: linux
env: HINTS=linux LUA_VERSION=5.3.5 env: HINTS=linux LUA_VERSION=5.3.5
compiler: gcc compiler: gcc
@@ -135,7 +135,7 @@ matrix:
- cd src - cd src
- cp ../sys/winnt/Makefile.gcc ./Makefile - cp ../sys/winnt/Makefile.gcc ./Makefile
- mingw32-make install - mingw32-make install
- name: msdos crosscompile on linux - name: msdos-linuxhost-crosscompile
os: linux os: linux
env: HINTS=linux LUA_VERSION=5.3.5 env: HINTS=linux LUA_VERSION=5.3.5
compiler: gcc compiler: gcc