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 b1712d0 commit d685a72Copy full SHA for d685a72
.travis.yml
@@ -12,6 +12,8 @@ install:
12
- wget "https://github.com/ruslo/polly/archive/v${POLLY_VERSION}.tar.gz"
13
- tar xf "v${POLLY_VERSION}.tar.gz"
14
- export PATH="`pwd`/polly-${POLLY_VERSION}/bin:${PATH}"
15
+ - cmake --version
16
+ - python3 --version
17
18
script:
19
- build.py --verbose --pack TGZ --config Release
0 commit comments