pcsx2/.travis.yml

37 lines
614 B
YAML
Raw Normal View History

language: cpp
sudo: required
dist: trusty
cache: ccache
matrix:
include:
- env: VERSION=6 BITS=32
compiler: gcc-6-32
os: linux
- env: VERSION=5 BITS=32
compiler: gcc-5-32
os: linux
- env: VERSION=4.9 BITS=32
compiler: gcc-4.9-32
os: linux
2016-08-17 20:52:54 +00:00
- env: VERSION=3.8 BITS=32
compiler: clang-3.8-32
os: linux
- env: VERSION=4.9 BITS=64
compiler: gcc-4.9-64
os: linux
before_install:
- ./travis.sh before_install
before_script:
- ./travis.sh before_script
script:
- ./travis.sh script
after_success:
- ./travis.sh after_success