1
0
mirror of https://github.com/rricharz/Tek4010.git synced 2026-04-13 15:34:44 +00:00

Merge pull request #4 from larsbrinkhoff/lars/travis

Automated build.
This commit is contained in:
Rene Richarz
2019-04-11 09:35:47 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions

5
.travis.yml Normal file
View File

@@ -0,0 +1,5 @@
language: c
dist: trusty
sudo: required
install: sudo apt-get -y update && sudo apt-get install libgtk-3-dev
script: rm -f tek4010 && make

View File

@@ -1,6 +1,6 @@
LIBS = `pkg-config --libs gtk+-3.0`
CFLAGS = `pkg-config --cflags gtk+-3.0`
CFLAGS = -std=c99 `pkg-config --cflags gtk+-3.0`
all: tek4010