aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authornegativeExponent2020-02-09 01:21:50 +0800
committernegativeExponent2020-02-09 01:29:42 +0800
commit532c220f328572446ca235a0ce7df576e6987e44 (patch)
tree3328b88d1728b09e9fd290fcb3523f5dda505cc4 /.travis.yml
parent41ebc18e90652cde98f7b2b823897e9db5f92201 (diff)
downloadpcsx_rearmed-532c220f328572446ca235a0ce7df576e6987e44.tar.gz
pcsx_rearmed-532c220f328572446ca235a0ce7df576e6987e44.tar.bz2
pcsx_rearmed-532c220f328572446ca235a0ce7df576e6987e44.zip
Update .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml41
1 files changed, 33 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index e2b0927..182b90d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,33 @@
-language: cpp
-compiler:
- - gcc
- - clang
-before_install:
- - sudo apt-get update -qq
- - sudo apt-get install -y libsdl1.2-dev libasound2-dev libpng-dev libz-dev
-script: ./configure --platform=libretro && make
+language: generic
+os: linux
+dist: trusty
+sudo: required
+addons:
+ apt:
+ packages:
+ - g++-7
+ sources:
+ - ubuntu-toolchain-r-test
+env:
+ global:
+ - CORE=pcsx_rearmed
+ - COMPILER_NAME=gcc CXX=g++-7 CC=gcc-7
+ matrix:
+ - PLATFORM=3ds
+ - PLATFORM=linux_x64
+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