This website works better with JavaScript.
Home
Explore
Help
Sign In
felix
/
slime
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Update .gitlab-ci.yml
master
Felix Brendel
6 years ago
parent
e34d87c373
commit
ac554fc859
1 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save