Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
Undo: Travis Deploy: Use macos vm with gnu tar.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justsnoopy30 committed Apr 26, 2020
1 parent ba72c80 commit fdd9988
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
- mkdir osx-out
- cp -R out/* osx-out/
- PATH="/usr/local/opt/gnu-tar/libexec/gnubin:$PATH"
- tar() { tar $1 $2 $3 $4 --strip-components=1; }

workspaces:
create:
Expand Down Expand Up @@ -78,8 +77,13 @@ jobs:
- ./linux-out/make/zip/linux/x64/HyperChat-linux-x64-1.0.0.zip

- stage: Deploy
os: linux
dist: bionic
os: osx
osx_image: xcode11.3

addons:
homebrew:
packages:
- gnu-tar

workspaces:
use:
Expand All @@ -88,7 +92,8 @@ jobs:
- linux-out

install: skip
script: skip
script:
- PATH="/usr/local/opt/gnu-tar/libexec/gnubin:$PATH"

before_deploy:
- echo "$TRAVIS_BUILD_NUMBER" "$TRAVIS_COMMIT"
Expand Down

0 comments on commit fdd9988

Please sign in to comment.