blob: 7dbb4bc9a6a482f94d83dcdae544f849ad930071 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
branches:
except:
gh-pages
language: c
dist: bionic
sudo: required
compiler:
- gcc
- clang
before_install:
- sudo apt-get update -q
- sudo apt-get install -y --allow-unauthenticated --no-install-recommends libwebkit2gtk-4.0-dev
script: make options && make -j test
|