mirror of
https://github.com/cmosher01/Epple-II.git
synced 2024-12-23 05:30:12 +00:00
update travis build to xenial
This commit is contained in:
parent
c6c4eea94b
commit
7328295ac8
@ -1,4 +1,4 @@
|
||||
dist: trusty
|
||||
dist: xenial
|
||||
sudo: required
|
||||
language: cpp
|
||||
compiler:
|
||||
@ -6,7 +6,7 @@ compiler:
|
||||
before_install:
|
||||
- sudo apt-get -qq update
|
||||
install:
|
||||
- sudo apt-get install -y xa65 libsdl2-2.0 libsdl2-dev libglu1-mesa libglu1-mesa-dev libegl1-mesa-dev libgles2-mesa-dev
|
||||
- sudo apt-get install -y xa65 libsdl2-gfx-dev
|
||||
before_script:
|
||||
- ./bootstrap
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user