Skip to content

Commit

Permalink
Updated gmad_linux ref to always use latest build from wiremod repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anticept committed May 20, 2020
1 parent 4f1380e commit 35c7ee6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.svn/
luac.out

# Cache/Options directory for Visual Studio 2015 and higher
Expand Down
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dist: trusty
dist: bionic
sudo: false
language: minimal

Expand All @@ -10,11 +10,8 @@ branches:
notifications:
email: false

script:
- git diff --check $TRAVIS_COMMIT_RANGE

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"
- $HOME/gmad_linux create -folder . -out advduplicator.gma

Expand Down

0 comments on commit 35c7ee6

Please sign in to comment.