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.
2 parents e49b6c2 + 991c7b2 commit 2221e2dCopy full SHA for 2221e2d
.travis.yml
@@ -3,10 +3,12 @@ language:
3
4
install:
5
# install cmake toolchains and script
6
- - POLLY_VERSION="0.7.1"
+ - POLLY_VERSION="0.7.2"
7
- wget "https://github.com/ruslo/polly/archive/v${POLLY_VERSION}.tar.gz"
8
- tar xf "v${POLLY_VERSION}.tar.gz"
9
- export PATH="`pwd`/polly-${POLLY_VERSION}/bin:${PATH}"
10
+ - cmake --version
11
+ - python3 --version
12
13
script:
14
- build.py --verbose --pack TGZ --config Release
0 commit comments