Add .gitlab-ci
This commit is contained in:
parent
d74aaf2c91
commit
36a1e9f658
11
.gitlab-ci.yml
Normal file
11
.gitlab-ci.yml
Normal file
@ -0,0 +1,11 @@
|
||||
after_script:
|
||||
- make clean-all
|
||||
|
||||
build:
|
||||
only:
|
||||
- schedules
|
||||
tags:
|
||||
- docker
|
||||
script:
|
||||
- docker login -u $USERNAME -p $PASSWORD gitlab.wojciechkozlowski.eu:8443
|
||||
- make all
|
Reference in New Issue
Block a user