travis: No longer need to run ./configure
This commit is contained in:
parent
5263887ac3
commit
498f53b96a
|
@ -5,8 +5,7 @@ before_script:
|
||||||
- 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 --enable-textfe --with-theme-manager --enable-static-analysis
|
||||||
- ./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