Commit dafca213 by Aleksandr Mezin Committed by Stéphane Graber

travis: test VPATH builds

It looks like VPATH (split source and build directories) builds are frequently broken. So let's test them on travis-ci. Personally I use VPATH build in my deployment scripts. Signed-off-by: 's avatarAleksandr Mezin <mezin.alexander@gmail.com>
parent 340f3a48
......@@ -6,7 +6,12 @@ before_install:
- sudo add-apt-repository ppa:ubuntu-lxc/daily -y
- sudo apt-get update -qq
- sudo apt-get install -qq libapparmor-dev libcap-dev libseccomp-dev python3-dev docbook2x libgnutls-dev liblua5.2-dev libselinux1-dev libcgmanager-dev
script: ./autogen.sh && ./configure --enable-tests && make -j4
script:
- ./autogen.sh
- mkdir build
- cd build
- ../configure --enable-tests
- make -j4
notifications:
email:
recipients:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment