mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-17 03:24:59 +00:00
Merge pull request #1032 from GreatFruitOmsk/travis-vpath
travis: test VPATH builds
This commit is contained in:
commit
df5ce2303c
@ -6,7 +6,13 @@ before_install:
|
|||||||
- sudo add-apt-repository ppa:ubuntu-lxc/daily -y
|
- sudo add-apt-repository ppa:ubuntu-lxc/daily -y
|
||||||
- sudo apt-get update -qq
|
- 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
|
- 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:
|
notifications:
|
||||||
email:
|
email:
|
||||||
recipients:
|
recipients:
|
||||||
|
Loading…
Reference in New Issue
Block a user