mirror of https://github.com/Kylart/KawAnime.git
Removed architecture, should build boost for 64
This commit is contained in:
parent
276c49b4c1
commit
22797d0e9a
|
@ -41,19 +41,17 @@ install:
|
||||||
- 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%
|
- set PATH=c:\msys64\mingw32\bin;%PATH%
|
||||||
- g++ --version
|
|
||||||
- set CC=gcc
|
|
||||||
- set CXX=g++
|
|
||||||
- echo %ROOT_DIRECTORY%
|
- echo %ROOT_DIRECTORY%
|
||||||
- cd %BOOST_BUILD_PATH%\src\engine
|
- cd %BOOST_BUILD_PATH%\src\engine
|
||||||
- build.bat >nul
|
- build.bat >nul
|
||||||
- cd %BOOST_ROOT%
|
- cd %BOOST_ROOT%
|
||||||
- dir %BOOST_BUILD_PATH%\src\engine
|
- dir %BOOST_BUILD_PATH%\src\engine
|
||||||
- bjam cxxstd=14 release --toolset=msvc --with-system --layout=system address-model=64 architecture=x86 link=shared stage
|
- bjam cxxstd=14 release --toolset=msvc --with-system --layout=system address-model=64 link=shared stage
|
||||||
|
|
||||||
- cd %APPVEYOR_BUILD_FOLDER%\bindings\lib\libtorrent
|
- cd %APPVEYOR_BUILD_FOLDER%\bindings\lib\libtorrent
|
||||||
- mkdir build && cd build
|
- mkdir build && cd build
|
||||||
- set BOOST_LIBRARYDIR=%BOOST_ROOT%\stage\lib
|
- set BOOST_LIBRARYDIR=%BOOST_ROOT%\stage\lib
|
||||||
|
- dir %BOOST_LIBRARYDIR%
|
||||||
- cmake -DBOOST_LIBRARYDIR=%BOOST_LIBRARYDIR% -DCMAKE_CXX_STANDARD=14 -Dbuild_tools=ON -G "Visual Studio 15 2017 Win64" ..
|
- cmake -DBOOST_LIBRARYDIR=%BOOST_LIBRARYDIR% -DCMAKE_CXX_STANDARD=14 -Dbuild_tools=ON -G "Visual Studio 15 2017 Win64" ..
|
||||||
- cmake --build . --config Release -- -verbosity:minimal
|
- cmake --build . --config Release -- -verbosity:minimal
|
||||||
- cmake --install .
|
- cmake --install .
|
||||||
|
|
Loading…
Reference in New Issue