Add continuous integration (#130)
This commit is contained in:
parent
3810b6ba6c
commit
feab5208c8
|
@ -0,0 +1,19 @@
|
|||
dist: bionic
|
||||
group: travis_latest
|
||||
|
||||
os: linux
|
||||
language: python
|
||||
|
||||
before_install:
|
||||
- sudo apt-get install -qq libsdl2-dev libagg-dev libfreetype6
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- env: CC=gcc
|
||||
|
||||
install:
|
||||
- pip install meson ninja
|
||||
|
||||
script:
|
||||
- meson setup build
|
||||
- meson compile -C build
|
Loading…
Reference in New Issue