mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-10 21:05:12 +01:00
Merge branch 'master' of https://github.com/libretro/Genesis-Plus-GX
This commit is contained in:
commit
71040583d6
36
.travis.yml
Normal file
36
.travis.yml
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
language: generic
|
||||||
|
os: linux
|
||||||
|
dist: trusty
|
||||||
|
sudo: required
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- g++-7
|
||||||
|
sources:
|
||||||
|
- ubuntu-toolchain-r-test
|
||||||
|
env:
|
||||||
|
global:
|
||||||
|
- CORE=genesis_plus_gx
|
||||||
|
- COMPILER_NAME=gcc CXX=g++-7 CC=gcc-7
|
||||||
|
matrix:
|
||||||
|
- PLATFORM=3ds
|
||||||
|
- PLATFORM=linux_x64
|
||||||
|
- PLATFORM=ngc
|
||||||
|
- PLATFORM=wii
|
||||||
|
- PLATFORM=wiiu
|
||||||
|
before_script:
|
||||||
|
- pwd
|
||||||
|
- mkdir -p ~/bin
|
||||||
|
- ln -s /usr/bin/gcc-7 ~/bin/gcc
|
||||||
|
- ln -s /usr/bin/g++-7 ~/bin/g++
|
||||||
|
- ln -s /usr/bin/cpp-7 ~/bin/cpp
|
||||||
|
- export PATH=~/bin:$PATH
|
||||||
|
- ls -l ~/bin
|
||||||
|
- echo $PATH
|
||||||
|
- g++-7 --version
|
||||||
|
- g++ --version
|
||||||
|
script:
|
||||||
|
- cd ~/
|
||||||
|
- git clone --depth=50 https://github.com/libretro/libretro-super
|
||||||
|
- cd libretro-super/travis
|
||||||
|
- ./build.sh
|
Loading…
Reference in New Issue
Block a user