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

Add semicoli


Signed-off-by: default avatarRalph Giles <giles@thaumas.net>
Signed-off-by: default avatarevpobr <evpobr@gmail.com>
parent bd269b70
No related branches found
No related tags found
No related merge requests found
......@@ -25,9 +25,9 @@ env: PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/opt/openssl/lib/pkgconfig
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}
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};
fi
script:
......
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