Update pull-requests_build-check.yml
This commit is contained in:
@@ -154,11 +154,11 @@ jobs:
|
|||||||
mkdir sunshine-windows-build && cd sunshine-windows-build
|
mkdir sunshine-windows-build && cd sunshine-windows-build
|
||||||
set PATH=C:\msys64\mingw64\bin
|
set PATH=C:\msys64\mingw64\bin
|
||||||
set BOOST_ROOT=C:\boost
|
set BOOST_ROOT=C:\boost
|
||||||
dir C:\boost
|
dir C:\boost\boost
|
||||||
echo -----------
|
echo -----------
|
||||||
set BOOST_INCLUDEDIR=C:\boost
|
set BOOST_INCLUDEDIR=C:\boost
|
||||||
set BOOST_LIBRARYDIR=C:\boost\lib
|
set BOOST_LIBRARYDIR=C:\boost\lib
|
||||||
dir C:\boost\lib
|
dir C:\boost\boost\lib
|
||||||
echo -----------
|
echo -----------
|
||||||
cmake -DCMAKE_BUILD_TYPE=Release -DSUNSHINE_ASSETS_DIR=assets -G "MinGW Makefiles" ..
|
cmake -DCMAKE_BUILD_TYPE=Release -DSUNSHINE_ASSETS_DIR=assets -G "MinGW Makefiles" ..
|
||||||
mingw32-make -j2
|
mingw32-make -j2
|
||||||
|
|||||||
Reference in New Issue
Block a user