Add .gitlab-ci.yml
This commit is contained in:
parent
f36979d74a
commit
c8bfe39ad5
12
.gitlab-ci.yml
Normal file
12
.gitlab-ci.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
image: debian
|
||||||
|
|
||||||
|
stages:
|
||||||
|
- build
|
||||||
|
|
||||||
|
build:
|
||||||
|
stage: build
|
||||||
|
script: cd ./build/ && cp -al make.default make.config && cp -al ./hosts/default ./hosts/$HOSTNAME && cd ../ && make -C ./build > build.log
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- build.log
|
||||||
|
expire_in: 20 minutes
|
Loading…
x
Reference in New Issue
Block a user