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 bdc203c commit 4740bfaCopy full SHA for 4740bfa
src/glade/.travis.yml
@@ -1,4 +1,13 @@
1
-language: cpp
+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
7
+ - gcov main.c
8
+
9
+env:
10
+ global:
11
+ - CODECOV_TOKEN="6a50fc10-c235-45c9-9104-dd165635ae8e
12
+after_success:
13
+- bash <(curl -s https://codecov.io/bash)
0 commit comments