Skip to content

Commit 6759af4

Browse files
h3ndrkrillian
authored andcommitted
Export current directory in PATH
Signed-off-by: Ralph Giles <giles@thaumas.net> Signed-off-by: evpobr <evpobr@gmail.com>
1 parent cde2ac6 commit 6759af4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ before_script:
2727
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then
2828
wget https://cmake.org/files/v3.16/cmake-3.16.9-Linux-x86_64.tar.gz;
2929
tar xzf cmake-3.16.9-Linux-x86_64.tar.gz;
30-
export PATH=/cmake-3.16.9-Linux-x86_64/bin:${PATH};
30+
export PATH="${PWD}/cmake-3.16.9-Linux-x86_64/bin:${PATH}";
3131
fi
3232

3333
script:
34+
- echo ${PATH}
3435
- cmake -Bbuild -H.
3536
- cmake --build build
3637
- ./autogen.sh

0 commit comments

Comments
 (0)