test
This commit is contained in:
parent
8c6ff26e12
commit
8ba7680e89
|
@ -25,12 +25,15 @@ before_install:
|
||||||
CMAKE=/usr/lib/mxe/usr/bin/i686-w64-mingw32.static-cmake
|
CMAKE=/usr/lib/mxe/usr/bin/i686-w64-mingw32.static-cmake
|
||||||
;;
|
;;
|
||||||
windows )
|
windows )
|
||||||
choco install msys2 pkgconfiglite
|
choco install msys2
|
||||||
|
bash /bin/rebaseall
|
||||||
|
export MSYSTEM=MINGW64
|
||||||
|
bash='C:\tools\msys64\usr\bin\bash'
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
- |
|
- |
|
||||||
if [ "$BUILD_ENV" != libretro ]; then
|
if [ "$BUILD_ENV" != libretro ]; then
|
||||||
./installdeps $ARG
|
$bash ./installdeps $ARG
|
||||||
DIR=build
|
DIR=build
|
||||||
else
|
else
|
||||||
DIR=src/libretro
|
DIR=src/libretro
|
||||||
|
|
Loading…
Reference in New Issue