parent
7aa24c7d0a
commit
1000ad4898
1 changed files with 12 additions and 0 deletions
@ -0,0 +1,12 @@ |
||||
sudo: required |
||||
|
||||
services: |
||||
- docker |
||||
|
||||
before_install: |
||||
- docker pull jpakkane/mesonci:xenial |
||||
|
||||
script: |
||||
- docker run jpakkane/mesonci /bin/sh -c "cd /root; git clone https://github.com/mesonbuild/meson.git" |
||||
- docker run jpakkane/mesonci /bin/sh -c "cd /root/meson; ./run_tests.py" |
||||
|
Loading…
Reference in new issue