Skip to content

Commit 4740bfa

Browse files
authored
Update .travis.yml
1 parent bdc203c commit 4740bfa

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/glade/.travis.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
language: cpp
1+
language: c
22

33
script:
44
- 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

Comments
 (0)