We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b82b5 commit 35cf634Copy full SHA for 35cf634
src/glade/.travis.yml
@@ -1,9 +1,8 @@
1
language: c
2
3
script:
4
- - gcc -o bxr_plover main.c -lrabbitmq -L /usr/local/lib -Wall `pkg-config --cflags --libs gtk+-3.0` -export-dynamic
5
- - clang -coverage -O0 main.c -o main
6
- - ./main
+ - gcc -coverage -O0 main.c -o bxr_plover -lrabbitmq -L /usr/local/lib -Wall `pkg-config --cflags --libs gtk+-3.0` -export-dynamic
+ - ./bxr_plover
7
- gcov main.c
8
9
env:
0 commit comments