pcsx2/.travis.yml

36 lines
503 B
YAML
Raw Normal View History

language: cpp
2020-11-03 13:14:44 +00:00
os: linux
cache: ccache
dist: xenial
# build only master branch
branches:
only:
- master
2020-11-03 13:14:44 +00:00
jobs:
include:
- env: VERSION=8 BITS=64
compiler: gcc
- env: VERSION=8 BITS=32
compiler: gcc
- env: VERSION=7 BITS=32
compiler: gcc
2016-08-17 20:52:54 +00:00
- env: VERSION=3.8 BITS=32
compiler: clang
before_install:
- ./travis.sh before_install
before_script:
- ./travis.sh before_script
script:
- ./travis.sh script
after_success:
- ./travis.sh after_success