update xmake

This commit is contained in:
fasiondog 2018-09-20 23:30:23 +08:00
parent aea9b5e7f1
commit 04aa44387c

View File

@ -9,12 +9,8 @@ compiler:
- clang++
before_install:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then
sudo apt-get install -y libhdf5-dev libhdf5-serial-dev libmysqlclient-dev;
fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then
sudo brew install libiconv hdf5 mysql-client;
fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install -y libhdf5-dev libhdf5-serial-dev libmysqlclient-dev; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install libiconv hdf5 mysql-client; fi
- git clone --branch=dev https://github.com/tboox/xmake.git tboox/xmake --depth 1
- cd ./tboox/xmake
- ./scripts/get.sh __local__