mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-15 12:32:37 -04:00
Fix Travix CI on mac osx
This commit is contained in:
parent
b95e3380c0
commit
6c40bd4212
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ matrix:
|
|||
before_install:
|
||||
- wget https://github.com/Tencent/rapidjson/archive/v1.1.0.tar.gz
|
||||
- tar -xf v1.1.0.tar.gz
|
||||
- if [ $TRAVIS_OS_NAME == osx ]; then ln -s rapidjson-1.1.0/include/rapidjson/ /usr/local/include/rapidjson ; fi
|
||||
- if [ $TRAVIS_OS_NAME == osx ]; then cp -r rapidjson-1.1.0/include/rapidjson/ /usr/local/include/rapidjson ; fi
|
||||
- if [ $TRAVIS_OS_NAME == linux ]; then sudo cp -r rapidjson-1.1.0/include/rapidjson/ /usr/include/rapidjson ; fi
|
||||
- find /usr/local/include/
|
||||
- find /usr/include/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue