mirror of
https://github.com/visualboyadvance-m/visualboyadvance-m
synced 2025-10-05 23:52:49 +02:00
travis update attempt 2
Use `xvfb` as per instructions at: https://docs.travis-ci.com/user/gui-and-headless-browsers/ to run the `--help` check on linux. Try https url for `pkg.mxe.cc`. Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
---
|
||||
sudo: required
|
||||
|
||||
services:
|
||||
- xvfb
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
include:
|
||||
@@ -15,7 +18,7 @@ matrix:
|
||||
- cd build
|
||||
- cmake ..
|
||||
- make -j2
|
||||
- ./visualboyadvance-m --help
|
||||
- xvfb-run ./visualboyadvance-m --help
|
||||
cache:
|
||||
directories:
|
||||
- "$HOME/.ccache"
|
||||
|
Reference in New Issue
Block a user