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.

12 lines
194 B

  1. sudo: required
  2. language: cpp
  3. addons:
  4. apt:
  5. sources:
  6. - ubuntu-toolchain-r-test
  7. packages:
  8. - g++-4.8
  9. before_install: sudo apt-get -qq update
  10. install: ./install.sh
  11. script: ant test