You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
133 B

  1. sudo: required
  2. language: cpp
  3. before_install: sudo apt-get update
  4. install: ./install.sh
  5. script: ant test
  6. after_script: ./uninstall.sh