Browse Source

Update .gitlab-ci.yml

master
Felix Brendel 6 years ago
parent
commit
ac554fc859
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      .gitlab-ci.yml

+ 10
- 0
.gitlab-ci.yml View File

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

Loading…
Cancel
Save