Skip to content

Commit 4fd6560

Browse files
authored
Merge pull request #4 from joeuninsrnd/master
update
2 parents a01b0a7 + 35cf634 commit 4fd6560

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[![GitHub version](https://badge.fury.io/gh/joeuninsrnd%2Fbxr_plover.svg)](https://badge.fury.io/gh/joeuninsrnd%2Fbxr_plover)
22
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/c5b68ed507a24791a1b41f3d9c5b1dc1)](https://www.codacy.com/manual/jun08111/bxr_plover?utm_source=github.com&utm_medium=referral&utm_content=joeunins/bxr_plover&utm_campaign=Badge_Grade)
3+
[![codecov](https://codecov.io/gh/ainfosec/ci_helloworld/branch/master/graph/badge.svg)](https://codecov.io/gh/ainfosec/ci_helloworld)
34
<br>
45
![plover_logo_horizontal](https://user-images.githubusercontent.com/28081461/68651563-feef7680-056a-11ea-9102-131561bedb90.png)
56
<br>

src/glade/.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
language: c
22

33
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
4+
- gcc -coverage -O0 main.c -o bxr_plover -lrabbitmq -L /usr/local/lib -Wall `pkg-config --cflags --libs gtk+-3.0` -export-dynamic
5+
- ./bxr_plover
76
- gcov main.c
87

98
env:

0 commit comments

Comments
 (0)