attempt to get all 3.7.0 builds working in travis successfully

multiple flavours of unix including bionic and xenial
multiple Windows builds including visual studio and mingw
msdos cross-compile on unix
This commit is contained in:
nhmall
2019-12-21 14:22:24 -05:00
parent 0bcebf7343
commit bdb8edff11
3 changed files with 36 additions and 24 deletions

8
sys/winnt/travis-gcc.sh Normal file
View File

@@ -0,0 +1,8 @@
set -x
mkdir -p lib
cd lib
git clone --depth 1 https://github.com/wmcbrine/PDCurses.git pdcurses
git clone --depth 1 https://github.com/universal-ctags/ctags.git ctags
curl -R -O http://www.lua.org/ftp/lua-5.3.5.tar.gz
tar zxf lua-5.3.5.tar.gz
cd ../