Unverified Commit b79cc66a by Stéphane Graber Committed by Christian Brauner

travis: Fix build failure

parent 6dd36663
...@@ -21,6 +21,7 @@ before_install: ...@@ -21,6 +21,7 @@ before_install:
- 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: script:
- ./autogen.sh - ./autogen.sh
- rm -Rf build
- mkdir build - mkdir build
- cd build - cd build
- ../configure --enable-tests --with-distro=unknown - ../configure --enable-tests --with-distro=unknown
......
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