mirror of
https://github.com/cmosher01/Epple-II.git
synced 2025-01-05 00:30:11 +00:00
14 lines
225 B
YAML
14 lines
225 B
YAML
dist: xenial
|
|
sudo: required
|
|
language: cpp
|
|
compiler:
|
|
- gcc
|
|
before_install:
|
|
- sudo apt-get -qq update
|
|
install:
|
|
- sudo apt-get install -y xa65 libsdl2-gfx-dev
|
|
before_script:
|
|
- ./bootstrap
|
|
script:
|
|
- ./configure && make
|