You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
352 B
19 lines
352 B
8 years ago
|
machine:
|
||
|
timezone: America/Chicago
|
||
|
|
||
|
dependencies:
|
||
|
post:
|
||
|
- >
|
||
|
sudo apt-get install -y
|
||
|
libgtk-3-0
|
||
|
liblightdm-gobject-1-dev
|
||
|
libexo-1-dev
|
||
|
exo-utils
|
||
|
libwebkit2gtk-4.0-dev
|
||
|
libdbus-glib-1-dev
|
||
|
gnome-common
|
||
|
|
||
|
tests:
|
||
|
override:
|
||
|
- cd ${CIRCLE_PROJECT_REPONAME}; ./autogen.sh && make && sudo make install
|