Updated gmad_linux ref to always use latest build from wiremod repo.

This commit is contained in:
CoreyLee Hassell 2020-05-19 08:12:22 -04:00
parent 82c01c73c6
commit 09f9f7d382
2 changed files with 2 additions and 6 deletions

1
.gitignore vendored
View File

@ -1,4 +1,3 @@
.svn/
luac.out luac.out
# Cache/Options directory for Visual Studio 2015 and higher # Cache/Options directory for Visual Studio 2015 and higher

View File

@ -1,4 +1,4 @@
dist: trusty dist: bionic
sudo: false sudo: false
language: minimal language: minimal
@ -10,11 +10,8 @@ branches:
notifications: notifications:
email: false email: false
script:
- git diff --check $TRAVIS_COMMIT_RANGE
before_deploy: before_deploy:
- curl -L "https://github.com/AbigailBuccaneer/gmad-build/releases/download/v20180201/gmad_linux" -o "$HOME/gmad_linux" - curl -L "https://github.com/wiremod/gmad-build/releases/latest/download/gmad_linux" -o "$HOME/gmad_linux"
- chmod +x "$HOME/gmad_linux" - chmod +x "$HOME/gmad_linux"
- $HOME/gmad_linux create -folder . -out advdupe2.gma - $HOME/gmad_linux create -folder . -out advdupe2.gma