We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc3c1d1 + 0a202fd commit 38ede87Copy full SHA for 38ede87
.travis.yml
@@ -3,9 +3,6 @@ language: c
3
notifications:
4
email: false
5
6
-env:
7
- - PACKAGE_NAME="shockolate-$TRAVIS_OS_NAME-${BITS}bit.tgz"
8
-
9
matrix:
10
include:
11
- os: linux
@@ -66,6 +63,7 @@ before_deploy:
66
63
- cp osx-linux/run_$TRAVIS_OS_NAME.sh shockolate/run.sh
67
64
- cp -r shaders shockolate/
68
65
- cp -r res shockolate/
+ - export PACKAGE_NAME="shockolate-$TRAVIS_OS_NAME-${BITS}bit.tgz"
69
- tar zcfv $PACKAGE_NAME shockolate
70
- rm -r shockolate
71
0 commit comments