pcsx2/.travis.yml

27 lines
473 B
YAML
Raw Normal View History

language: cpp
sudo: required
dist: trusty
matrix:
include:
# Version 5 seems to be whatever is latest - for now it's 5.3
- env: VERSION=5 BITS=32
compiler: gcc
os: linux
- env: VERSION=4.9 BITS=32
compiler: gcc
os: linux
- env: VERSION=3.7 BITS=32
compiler: clang
os: linux
- env: VERSION=4.9 BITS=64
compiler: gcc
os: linux
before_install:
- ./travis.sh before_install
script:
- ./travis.sh script