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
FelixBrendel
6 years ago
parent
ef1f8a496a
commit
75ab3506f5
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
.gitlab-ci.yml
+ 4
- 1
.gitlab-ci.yml
View File
@@ -5,13 +5,16 @@ default:
- ./bin/slime_d
expire_in: 1 week
variables:
GIT_SUBMODULE_STRATEGY: recursive
stages:
- build_debug
- build_release
- test
build_clang++_d:
image: warchantua/dev-essential
stage: build_debug
script:
- ls ./3rd/ftb
Write
Preview
Loading…
Cancel
Save