Skip to content

Commit

Permalink
Solace win c api download file changed
Browse files Browse the repository at this point in the history
  • Loading branch information
sshanks-kx committed Dec 2, 2020
1 parent e75218f commit edd934b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions travis_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,8 @@ elif [ "$TRAVIS_OS_NAME" == "linux" ]; then
wget -q https://products.solace.com/download/C_API_LINUX64
tar xvf C_API_LINUX64 -C ./cbuild --strip-components=1
elif [ "$TRAVIS_OS_NAME" == "windows" ]; then
if [ "$ARCH" == "x64" ]; then
wget -q https://products.solace.com/download/C_API_WIN64
tar xvf C_API_WIN64 -C ./cbuild --strip-components=1
else
wget -q https://products.solace.com/download/C_API_WIN32
tar xvf C_API_WIN32 -C ./cbuild --strip-components=1
fi
wget -q https://products.solace.com/download/C_API_VS2015
tar xvf C_API_VS2015 -C ./cbuild --strip-components=1
else
echo "$TRAVIS_OS_NAME is currently not supported"
fi

0 comments on commit edd934b

Please sign in to comment.