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.
16 lines
553 B
16 lines
553 B
language: c |
|
compiler: clang |
|
before_script: |
|
- sudo apt-get update |
|
- sudo apt-get build-dep -qq xchat |
|
- sudo apt-get install -qq libnotify-dev libproxy-dev libpci-dev libcanberra-dev monodevelop intltool |
|
script: |
|
- ./autogen.sh --enable-textfe --with-theme-manager --enable-static-analysis |
|
- make V=1 -j$(nproc) |
|
notifications: |
|
irc: |
|
channels: "chat.freenode.net#hexchat-devel" |
|
template: "Build %{build_url} (%{commit} in %{branch}) by %{author}: %{message}" |
|
on_success: change |
|
matrix: |
|
fast_finish: true
|
|
|