Skip to content
Snippets Groups Projects
Verified Commit 6759af4b authored by Hendrik's avatar Hendrik Committed by Ralph Giles
Browse files

Export current directory in PATH


Signed-off-by: default avatarRalph Giles <giles@thaumas.net>
Signed-off-by: default avatarevpobr <evpobr@gmail.com>
parent cde2ac6f
No related branches found
No related tags found
No related merge requests found
......@@ -27,10 +27,11 @@ before_script:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then
wget https://cmake.org/files/v3.16/cmake-3.16.9-Linux-x86_64.tar.gz;
tar xzf cmake-3.16.9-Linux-x86_64.tar.gz;
export PATH=/cmake-3.16.9-Linux-x86_64/bin:${PATH};
export PATH="${PWD}/cmake-3.16.9-Linux-x86_64/bin:${PATH}";
fi
script:
- echo ${PATH}
- cmake -Bbuild -H.
- cmake --build build
- ./autogen.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment