mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-02-04 21:18:33 +00:00
update travis config to run additional build without X11 (#321)
This commit is contained in:
parent
41aa51e7ab
commit
6c4c28672f
@ -18,9 +18,11 @@ addons:
|
|||||||
- libcairo2-dev
|
- libcairo2-dev
|
||||||
- gawk
|
- gawk
|
||||||
before_script:
|
before_script:
|
||||||
- mkdir build && cd build && cmake ../
|
- mkdir build && cd build && cmake .. && cd ..
|
||||||
|
- mkdir build-no-x11 && cd build-no-x11 && cmake -DBUILD_X11=OFF .. && cd ..
|
||||||
script:
|
script:
|
||||||
- make -j4
|
- cd build && make -j4 && cd ..
|
||||||
|
- cd build-no-x11 && make -j4 && cd ..
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
Loading…
x
Reference in New Issue
Block a user