Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
vbam-libretro
Commits
c63d3640
Commit
c63d3640
authored
Jun 28, 2018
by
Rafael Kitover
Browse files
travis: add job for libretro module
Add a job to test compiling the libretro module to the matrix.
parent
ef8c89fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
c63d3640
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment