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 cde2ac6 commit 6759af4Copy full SHA for 6759af4
.travis.yml
@@ -27,10 +27,11 @@ before_script:
27
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then
28
wget https://cmake.org/files/v3.16/cmake-3.16.9-Linux-x86_64.tar.gz;
29
tar xzf cmake-3.16.9-Linux-x86_64.tar.gz;
30
- export PATH=/cmake-3.16.9-Linux-x86_64/bin:${PATH};
+ export PATH="${PWD}/cmake-3.16.9-Linux-x86_64/bin:${PATH}";
31
fi
32
33
script:
34
+ - echo ${PATH}
35
- cmake -Bbuild -H.
36
- cmake --build build
37
- ./autogen.sh
0 commit comments