Add continuous integration (#130)
This commit is contained in:
+19
@@ -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
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|

|
||||||
# Lite XL
|
# Lite XL
|
||||||
|
|
||||||

|

|
||||||
|
|||||||
Reference in New Issue
Block a user