mirror of
https://github.com/cmosher01/Epple-II.git
synced 2025-08-15 08:27:57 +00:00
fix name of libsdl2 package
This commit is contained in:
@@ -4,11 +4,9 @@ language: cpp
|
|||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get install -y software-properties-common
|
|
||||||
- sudo add-apt-repository "deb http://us.archive.ubuntu.com/ubuntu/ trusty universe"
|
|
||||||
- sudo apt-get -qq update
|
- sudo apt-get -qq update
|
||||||
install:
|
install:
|
||||||
- sudo apt-get install -y libsdl2
|
- sudo apt-get install -y libsdl2-2.0
|
||||||
before_script:
|
before_script:
|
||||||
- ./bootstrap
|
- ./bootstrap
|
||||||
script:
|
script:
|
||||||
|
Reference in New Issue
Block a user