Skip to content

Commit

Permalink
using dll that also gets cross build.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCrazyT committed May 1, 2018
1 parent 5c18d22 commit e071e25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis_before_deploy
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,9 @@ cp gcc-libs/mingw64/bin/libstdc++-6.dll msysDLLs/
cp gcc-libs/mingw64/bin/libgcc_s_seh-1.dll msysDLLs/



wget -O additionalDLLs/libboost_python3-mgw72-mt-x64-1_66.dll https://github.com/TheCrazyT/roboschool/releases/download/v0.0.1-beta.1/libboost_python3-mgw72-mt-x64-1_66.dll
#see https://github.com/TheCrazyT/boost_python_build_win
#to see how it is build
wget -O additionalDLLs/libboost_python3-mgw72-mt-x64-1_66.dll https://bintray.com/thecrazyt/boost_python/download_file?file_path=libboost_python3.dll
if [ $? != 0 ]
then
exit 1
Expand Down
3 changes: 3 additions & 0 deletions .travis_before_script
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ if [ $? != 0 ]
then
exit 1
fi

wget -O precompiled_headers/libboost_python3-mgw72-mt-x64-1_66.dll.a https://bintray.com/thecrazyt/boost_python/download_file?file_path=libboost_python3.dll.a

mkdir /downloads/ 2>/dev/null
mkdir /downloads/qt /downloads/boost /downloads/python /downloads/assimp /downloads/gcc-libs

Expand Down

0 comments on commit e071e25

Please sign in to comment.