小组成员:谢瑞阳、徐翔宇
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

13 行
138 B

  1. language: cpp
  2. compiler:
  3. - clang
  4. - gcc
  5. os:
  6. - linux
  7. - osx
  8. sudo: false
  9. before_install:
  10. - echo $LANG
  11. - echo $LC_ALL
  12. script:
  13. - make -j 4 check