Skip to content

Commit

Permalink
build statically-linked executable on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
koffeinfrei committed Jul 13, 2019
1 parent f13f6f5 commit 11edf4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ script:
- bin/ameba

- echo "--> build"
- shards build --release
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then shards build --release --static; else shards build --release; fi
- mv bin/should-i-watch-this bin/should-i-watch-this.${TRAVIS_OS_NAME}-$(uname -m)
- ls -lh bin/should-i-watch-this.*

Expand Down

0 comments on commit 11edf4c

Please sign in to comment.