Tried setting CXXFLAGS

This commit is contained in:
Kylart 2019-10-31 17:15:33 +01:00
parent c561fffaa9
commit cf3132079b
1 changed files with 2 additions and 2 deletions

View File

@ -37,12 +37,11 @@ install:
- 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 ;`n" | Set-Content $env:HOMEDRIVE\$env:HOMEPATH\user-config.jam'
- type %HOMEDRIVE%%HOMEPATH%\user-config.jam
- cd %ROOT_DIRECTORY%
- set PATH=c:\msys64\mingw32\bin;%PATH%
- g++ --version
- python --version
- echo %ROOT_DIRECTORY%
- cd %BOOST_BUILD_PATH%\src\engine
- build.bat >nul
@ -55,6 +54,7 @@ install:
- cmake --build . --config Release -- -verbosity:minimal
- cmake --install .
- set "PATH=c:/Program Files/libtorrent/;%PATH%"
- set CXXFLAGS="-std=c++14"
- cd %APPVEYOR_BUILD_FOLDER%
- npm install