mirror of
https://github.com/cmosher01/Epple-II.git
synced 2024-12-22 14:29:35 +00:00
10 lines
275 B
YAML
10 lines
275 B
YAML
language: cpp
|
|
compiler:
|
|
- gcc
|
|
install:
|
|
- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu `lsb_release -sc` main universe restricted multiverse"
|
|
- sudo apt-get update
|
|
- sudo apt-get install libsdl2
|
|
before_script: ./bootstrap
|
|
script: ./configure && make
|