File tree Expand file tree Collapse file tree 3 files changed +2
-18
lines changed Expand file tree Collapse file tree 3 files changed +2
-18
lines changed Original file line number Diff line number Diff line change 1
- name : C/C++ CI
1
+ name : Does this build look infected?
2
2
3
3
on :
4
4
push :
16
16
- name : Download dependencies
17
17
run : sudo apt-get install -y libx11-xcb-dev libxcb-randr0-dev libxcb-xinerama0-dev
18
18
- name : Build
19
- run : make CFLAGS='-DWITH_XINERAMA=1'
19
+ run : CFLAGS='-DWITH_XINERAMA=1' make
20
20
- name : Check
21
21
run : ./lemonbar -h
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
3
3
lemonbar - Featherweight lemon-scented bar
4
4
5
- =for HTML <a href="https://travis-ci.org/LemonBoy/bar"><img src="https://travis-ci.org/LemonBoy/bar.svg?branch=master"></a>
6
-
7
5
=head1 SYNOPSIS
8
6
9
7
I<lemonbar> [-h | -g I<width>B<x>I<height>B<+>I<x>B<+>I<y> | -o | -b | -d | -f I<font> | -p | -n I<name> | -u I<pixel> | -B I<color> | -F I<color> | -U I<color>]
You can’t perform that action at this time.
0 commit comments