travis: Build with static analysis

This commit is contained in:
TingPing 2014-12-14 18:20:50 -05:00
parent ac01ba9cb0
commit 7e4c482737
1 changed files with 2 additions and 4 deletions

View File

@ -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: