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

15 行
229 B

  1. stages:
  2. - build
  3. - test
  4. build_my_stuff:
  5. stage: build
  6. variables:
  7. GIT_SUBMODULE_STRATEGY: recursive
  8. script:
  9. - echo hello
  10. - ./build.sh
  11. - echo finish
  12. image: prodromou87/llvm:70-1.69.0
  13. tags:
  14. - linux