travis: add job for libretro module

Add a job to test compiling the libretro module to the matrix.
This commit is contained in:
Rafael Kitover 2018-06-28 20:51:13 -07:00
parent ef8c89fce0
commit c63d364058
1 changed files with 13 additions and 0 deletions

View File

@ -47,6 +47,19 @@ matrix:
cache:
directories:
- "$HOME/.ccache"
- env: BUILD_ENV=libretro
language: cpp
os: linux
dist: trusty
before_install:
- sudo apt-get -qqy update
- sudo apt-get -qqy install build-essential ccache
script:
- cd src/libretro
- make -j2 CXX="ccache g++" CC="ccache gcc"
cache:
directories:
- "$HOME/.ccache"
- env: BUILD_ENV=mac
language: cpp
os: osx