您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12 行
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