File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ filter_secrets: false
55sudo : false
66language : cpp
77env :
8- - GITHUB_DEPLOY_PRERELEASE=$(if echo $VERSION | grep -q "\-" ; then true; else false; fi)
8+ - GITHUB_DEPLOY_PRERELEASE=$(if echo $VERSION | grep -q "\-" ; then echo true; else echo false; fi)
99# branches:
1010# only:
1111# - master
@@ -25,6 +25,7 @@ matrix:
2525 - filter_secrets : false
2626before_script : cd runtime
2727script :
28+ - echo "$GITHUB_DEPLOY_PRERELEASE"
2829- mkdir build && cd build
2930- if [ "$TRAVIS_OS_NAME" = "linux" ]; then if ! [ -x "$(command /usr/bin/g++-8 -v)" ]; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test;sudo apt-get update;sudo apt-get -y install gcc-8 g++-8 ; fi ; fi
3031- if [ "$TRAVIS_OS_NAME" = "linux" ]; then CXX=/usr/bin/g++-8 ; fi
You can’t perform that action at this time.
0 commit comments