mirror of
https://github.com/visualboyadvance-m/visualboyadvance-m
synced 2025-10-05 23:52:49 +02:00
travis: add job for libretro module
Add a job to test compiling the libretro module to the matrix.
This commit is contained in:
13
.travis.yml
13
.travis.yml
@@ -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
|
||||
|
Reference in New Issue
Block a user