Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
use new separate Spot build project
Browse files Browse the repository at this point in the history
  • Loading branch information
yanntm committed Jun 16, 2017
1 parent 3c9ccc2 commit 702c624
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -20,7 +20,7 @@ before_script:
# build spot
script :
- /bin/sh ./tag.sh
- wget --progress=dot:mega https://yanntm.github.io/ITS-Tools-Dependencies/spot_linux.tar.gz
- wget --progress=dot:mega https://yanntm.github.io/Spot-BinaryBuilds/spot_linux.tar.gz
- tar xzf spot_linux.tar.gz
- wget --progress=dot:mega https://lip6.github.io/libITS/linux.tgz
- tar xzf linux.tgz
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -7,7 +7,7 @@ build_script :
- C:\MinGW\bin\mingw-get install libgmpxx
- '%BASH_PATH% -lc "cd $APPVEYOR_BUILD_FOLDER; wget --progress=dot:mega https://ci.appveyor.com/api/projects/yanntm/libITS/artifacts/windows.zip"'
- '%BASH_PATH% -lc "cd $APPVEYOR_BUILD_FOLDER; 7z x windows.zip"'
- '%BASH_PATH% -lc "cd $APPVEYOR_BUILD_FOLDER; wget --progress=dot:mega https://ci.appveyor.com/api/projects/yanntm/ITS-Tools-Dependencies/artifacts/website/spot_windows.tar.gz"'
- '%BASH_PATH% -lc "cd $APPVEYOR_BUILD_FOLDER; wget --progress=dot:mega https://ci.appveyor.com/api/projects/yanntm/Spot-BinaryBuilds/artifacts/website/spot_windows.tar.gz"'
- '%BASH_PATH% -lc "cd $APPVEYOR_BUILD_FOLDER; tar xzf spot_windows.tar.gz"'
- DIR
- '%BASH_PATH% -lc "cd $APPVEYOR_BUILD_FOLDER; autoreconf -vfi && ./configure --prefix=$(pwd)/usr/local/ CPPFLAGS=-I$(pwd)/usr/local/include LDFLAGS=-L$(pwd)/usr/local/lib --with-antlrc=$(pwd)/usr/local/ --with-libspot=$(pwd)/usr/local/ --with-libits=$(pwd)/usr/local/ --with-libddd=$(pwd)/usr/local/ --enable-nolto --enable-mingw-native && make && make install"'
Expand Down

0 comments on commit 702c624

Please sign in to comment.