Selaa lähdekoodia

Update .gitlab-ci.yml

master
Felix Brendel 7 vuotta sitten
vanhempi
commit
ac554fc859
1 muutettua tiedostoa jossa 10 lisäystä ja 0 poistoa
  1. +10
    -0
      .gitlab-ci.yml

+ 10
- 0
.gitlab-ci.yml Näytä tiedosto

@@ -0,0 +1,10 @@
stages:
- build
- test
build_my_stuff:
stage: build
script:
- echo hello
- ./build.sh
- echo finish

Ladataan…
Peruuta
Tallenna