1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

Try to disable doc rebuilding..

This commit is contained in:
Dave Davenport 2017-04-30 18:25:18 +02:00
parent 8aaed250e1
commit 2ac6678d47

View file

@ -53,7 +53,7 @@ before_install:
# TODO: We install xkbcommon here, until Travis use an up-to-date enough Ubuntu # TODO: We install xkbcommon here, until Travis use an up-to-date enough Ubuntu
# TODO: We install libxcb-ewmh-dev here, until it is whitelisted again in Travis # TODO: We install libxcb-ewmh-dev here, until it is whitelisted again in Travis
install: install:
- sudo apt-get install -y --force-yes libxkbcommon-dev libxkbcommon-x11-dev libxcb-ewmh-dev flex/trusty-backports libfl-dev/trusty-backports texi2html - sudo apt-get install -y --force-yes libxkbcommon-dev libxkbcommon-x11-dev libxcb-ewmh-dev flex/trusty-backports libfl-dev/trusty-backports
before_script: before_script:
- git clone --recursive https://github.com/Airblader/xcb-util-xrm.git - git clone --recursive https://github.com/Airblader/xcb-util-xrm.git
@ -65,7 +65,7 @@ before_script:
- git clone https://github.com/libcheck/check/ -b 0.11.0 - git clone https://github.com/libcheck/check/ -b 0.11.0
- cd check - cd check
- autoreconf -i - autoreconf -i
- ./configure --prefix=/usr/ - TEX="false" ./configure --prefix=/usr/
- make - make
- make install - make install
- cd - - cd -