mirror of
https://github.com/visualboyadvance-m/visualboyadvance-m
synced 2025-10-05 23:52:49 +02:00
Compare commits
4 Commits
sfml-downg
...
travis_win
Author | SHA1 | Date | |
---|---|---|---|
|
8ba7680e89 | ||
|
8c6ff26e12 | ||
|
7370f5967c | ||
|
cc2ff47ab4 |
27
.travis.yml
27
.travis.yml
@@ -8,23 +8,13 @@ sudo: required
|
||||
matrix:
|
||||
fast_finish: true
|
||||
include:
|
||||
- env: BUILD_ENV=ubuntu-bionic XVFB_RUN=1
|
||||
dist: bionic
|
||||
- env: BUILD_ENV=ubuntu-xenial XVFB_RUN=1
|
||||
dist: xenial
|
||||
- env: BUILD_ENV=ubuntu-trusty XVFB_RUN=1
|
||||
- env: BUILD_ENV=ubuntu-trusty XVFB_RUN=1 CC=clang CXX=clang++
|
||||
- env: BUILD_ENV=mingw-w64
|
||||
- env: BUILD_ENV=mingw-w32
|
||||
- env: BUILD_ENV=libretro
|
||||
- env: BUILD_ENV=libretro CC=clang CXX=clang++
|
||||
- env: BUILD_ENV=mac
|
||||
os: osx
|
||||
osx_image: xcode10.2
|
||||
install: export PATH="/usr/local/opt/ccache/libexec:$PATH"
|
||||
- env: BUILD_ENV=windows
|
||||
os: windows
|
||||
|
||||
before_install:
|
||||
- |
|
||||
CMAKE=cmake
|
||||
|
||||
case "$BUILD_ENV" in
|
||||
mingw-w64 )
|
||||
ARG=MinGW-w64-x86_64
|
||||
@@ -34,13 +24,16 @@ before_install:
|
||||
ARG=MinGW-w64-i686
|
||||
CMAKE=/usr/lib/mxe/usr/bin/i686-w64-mingw32.static-cmake
|
||||
;;
|
||||
* )
|
||||
CMAKE=cmake
|
||||
windows )
|
||||
choco install msys2
|
||||
bash /bin/rebaseall
|
||||
export MSYSTEM=MINGW64
|
||||
bash='C:\tools\msys64\usr\bin\bash'
|
||||
;;
|
||||
esac
|
||||
- |
|
||||
if [ "$BUILD_ENV" != libretro ]; then
|
||||
./installdeps $ARG
|
||||
$bash ./installdeps $ARG
|
||||
DIR=build
|
||||
else
|
||||
DIR=src/libretro
|
||||
|
@@ -242,7 +242,7 @@ if(AMD64 AND (ENABLE_ASM_CORE OR ENABLE_ASM_SCALERS OR ENABLE_MMX))
|
||||
endif()
|
||||
|
||||
if(ENABLE_ASM_CORE OR ENABLE_ASM_SCALERS)
|
||||
enable_language(ASM_NASM)
|
||||
enable_language(ASM)
|
||||
set(ASM_ENABLED ON)
|
||||
endif()
|
||||
|
||||
|
Reference in New Issue
Block a user