cdrom: change pause timing again
[pcsx_rearmed.git] / .travis.yml
CommitLineData
532c220f 1language: generic
2os: linux
3dist: trusty
4sudo: required
5addons:
6 apt:
7 packages:
8 - g++-7
9 sources:
10 - ubuntu-toolchain-r-test
11env:
12 global:
13 - CORE=pcsx_rearmed
14 - COMPILER_NAME=gcc CXX=g++-7 CC=gcc-7
15 matrix:
16 - PLATFORM=3ds
17 - PLATFORM=linux_x64
18before_script:
19 - pwd
20 - mkdir -p ~/bin
21 - ln -s /usr/bin/gcc-7 ~/bin/gcc
22 - ln -s /usr/bin/g++-7 ~/bin/g++
23 - ln -s /usr/bin/cpp-7 ~/bin/cpp
24 - export PATH=~/bin:$PATH
25 - ls -l ~/bin
26 - echo $PATH
27 - g++-7 --version
28 - g++ --version
29script:
30 - cd ~/
31 - git clone --depth=50 https://github.com/libretro/libretro-super
32 - cd libretro-super/travis
33 - ./build.sh