]> git.proxmox.com Git - mirror_lxcfs.git/blobdiff - .travis.yml
enable debug option
[mirror_lxcfs.git] / .travis.yml
index 9ab51144fcec447532d81a62f094ec86e9cb4686..e5d250104005a8b09c8edee0d4ee44fbb6028242 100644 (file)
@@ -5,10 +5,12 @@ compiler:
 before_install:
  - sudo add-apt-repository ppa:ubuntu-lxc/daily -y
  - sudo apt-get update -qq
- - sudo apt-get install -qq libfuse-dev libdbus-glib-1-dev libglib2.0-dev coreutils cgmanager
- - sudo apt-get install -qq cgmanager-utils || true
- - sudo apt-get install -qq realpath || true
-script: ./bootstrap.sh && ./configure && make -j4 && make tests && sudo ./tests/main.sh
+ - sudo apt-get -y install -qq libfuse-dev libdbus-glib-1-dev libglib2.0-dev coreutils cgmanager
+ - sudo apt-get -y install -qq realpath || true
+ - sudo apt-get -y install -qq automake libtool libattr1-dev libpam0g-dev
+# need to modprobe fuse to run the tests...
+#script: ./bootstrap.sh && ./configure && make -j4 && make tests && cd tests && sudo ./main.sh
+script: ./bootstrap.sh && ./configure && make -j4 && make tests
 notifications:
   email:
     recipients: