]> git.proxmox.com Git - mirror_lxcfs.git/blobdiff - .travis.yml
Merge pull request #236 from geaaru/nonempty-opt
[mirror_lxcfs.git] / .travis.yml
index 9ab51144fcec447532d81a62f094ec86e9cb4686..10dc7b66f49425c70b0c477d0f244747117a2a77 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
+# 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: