Update setup_workspace.sh
This commit is contained in:
parent
41c74d63a0
commit
e101a01cd9
@ -15,6 +15,7 @@ source ./jenkins/scripts/setup_variables.sh
|
|||||||
|
|
||||||
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||||
echo "Linux"
|
echo "Linux"
|
||||||
|
sudo apt install cmake -y
|
||||||
elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||||
echo "OSX"
|
echo "OSX"
|
||||||
elif [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
elif [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user