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.
 
 
 
 
 
 

15 regels
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