gitlab-ci.yml: new file (MR 9)
This commit is contained in:
parent
2bf6a4cf8b
commit
c77ba05450
1 changed files with 12 additions and 0 deletions
12
.gitlab-ci.yml
Normal file
12
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
image: alpine:latest
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- apk -q add make
|
||||||
|
|
||||||
|
build:
|
||||||
|
stage: build
|
||||||
|
script:
|
||||||
|
- make
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- out
|
Loading…
Reference in a new issue