mirror of https://github.com/Kylart/KawAnime.git
Tried using gcc
This commit is contained in:
parent
53481e82f1
commit
8a28e0b402
|
@ -42,6 +42,8 @@ install:
|
||||||
- cd %ROOT_DIRECTORY%
|
- cd %ROOT_DIRECTORY%
|
||||||
- set PATH=c:\msys64\mingw32\bin;%PATH%
|
- set PATH=c:\msys64\mingw32\bin;%PATH%
|
||||||
- g++ --version
|
- 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
|
||||||
|
@ -52,7 +54,7 @@ install:
|
||||||
- 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
|
||||||
- cmake -DBOOST_LIBRARYDIR=%BOOST_LIBRARYDIR% -DCMAKE_CXX_STANDARD=14 -Dbuild_tools=ON -G "Visual Studio 15 2017" -A x64 ..
|
- cmake -DBOOST_LIBRARYDIR=%BOOST_LIBRARYDIR% -DCMAKE_CXX_STANDARD=14 -Dbuild_tools=ON ..
|
||||||
- cmake --build . --config Release -- -verbosity:minimal
|
- cmake --build . --config Release -- -verbosity:minimal
|
||||||
- cmake --install .
|
- cmake --install .
|
||||||
- set "PATH=c:/Program Files (x86)/libtorrent/;%PATH%"
|
- set "PATH=c:/Program Files (x86)/libtorrent/;%PATH%"
|
||||||
|
|
Loading…
Reference in New Issue