travis: Build with static analysis
This commit is contained in:
parent
ac01ba9cb0
commit
7e4c482737
|
@ -1,14 +1,12 @@
|
||||||
language: c
|
language: c
|
||||||
compiler:
|
compiler: clang
|
||||||
- gcc
|
|
||||||
- clang
|
|
||||||
before_script:
|
before_script:
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get build-dep -qq xchat
|
- sudo apt-get build-dep -qq xchat
|
||||||
- sudo apt-get install -qq libnotify-dev libproxy-dev libpci-dev libcanberra-dev monodevelop gnome-common
|
- sudo apt-get install -qq libnotify-dev libproxy-dev libpci-dev libcanberra-dev monodevelop gnome-common
|
||||||
script:
|
script:
|
||||||
- ./autogen.sh
|
- ./autogen.sh
|
||||||
- ./configure --enable-textfe --with-theme-manager
|
- ./configure --enable-textfe --with-theme-manager --enable-static-analysis
|
||||||
- make V=1 -j$(nproc)
|
- make V=1 -j$(nproc)
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
|
|
Loading…
Reference in New Issue