We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b3bdc commit 4be38d8Copy full SHA for 4be38d8
.travis.yml
@@ -25,6 +25,7 @@ matrix:
25
- filter_secrets: false
26
before_script: cd runtime
27
script:
28
+- echo "$GITHUB_DEPLOY_PRERELEASE"
29
- mkdir build && cd build
30
- 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
31
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then CXX=/usr/bin/g++-8 ; fi
0 commit comments