Commit df5ce230 by Stéphane Graber

Merge pull request #1032 from GreatFruitOmsk/travis-vpath

travis: test VPATH builds
parents 8c041c2f 43f965e0
......@@ -6,7 +6,13 @@ 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
- make DESTDIR=$TRAVIS_BUILD_DIR/install install
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