mirror of https://github.com/Kylart/KawAnime.git
No need to build boost build
This commit is contained in:
parent
9dd651f439
commit
b9d60d8ac9
10
appveyor.yml
10
appveyor.yml
|
@ -43,20 +43,12 @@ install:
|
||||||
- if not defined include ( set include="" )
|
- if not defined include ( set include="" )
|
||||||
- cd %ROOT_DIRECTORY%
|
- cd %ROOT_DIRECTORY%
|
||||||
- set BOOST_ROOT=c:\Libraries\boost_1_69_0
|
- set BOOST_ROOT=c:\Libraries\boost_1_69_0
|
||||||
- set BOOST_BUILD_PATH=%BOOST_ROOT%\tools\build
|
|
||||||
- echo %BOOST_ROOT%
|
|
||||||
- echo %BOOST_BUILD_PATH%
|
|
||||||
- set PATH=%PATH%;%BOOST_BUILD_PATH%\src\engine\bin.ntx86
|
|
||||||
- ps: '"using msvc : 14.0 ;`nusing gcc : : : <cxxflags>-std=c++14 ;`nusing python : 3.5 : c:\\Python35-x64 : c:\\Python35-x64\\include : c:\\Python35-x64\\libs ;`n" | Set-Content $env:HOMEDRIVE\$env:HOMEPATH\user-config.jam'
|
- ps: '"using msvc : 14.0 ;`nusing gcc : : : <cxxflags>-std=c++14 ;`nusing python : 3.5 : c:\\Python35-x64 : c:\\Python35-x64\\include : c:\\Python35-x64\\libs ;`n" | Set-Content $env:HOMEDRIVE\$env:HOMEPATH\user-config.jam'
|
||||||
- type %HOMEDRIVE%%HOMEPATH%\user-config.jam
|
- type %HOMEDRIVE%%HOMEPATH%\user-config.jam
|
||||||
- cd %ROOT_DIRECTORY%
|
- cd %ROOT_DIRECTORY%
|
||||||
- set PATH=c:\msys64\mingw32\bin;%PATH%
|
|
||||||
- g++ --version
|
- g++ --version
|
||||||
- echo %ROOT_DIRECTORY%
|
- echo %ROOT_DIRECTORY%
|
||||||
- cd %BOOST_BUILD_PATH%\src\engine
|
|
||||||
- build.bat
|
|
||||||
- cd %ROOT_DIRECTORY%
|
|
||||||
|
|
||||||
- choco install ninja
|
- choco install ninja
|
||||||
- cd %APPVEYOR_BUILD_FOLDER%\bindings\lib\libtorrent
|
- cd %APPVEYOR_BUILD_FOLDER%\bindings\lib\libtorrent
|
||||||
- mkdir build && cd build
|
- mkdir build && cd build
|
||||||
|
|
Loading…
Reference in New Issue