feat: initial commit

This commit is contained in:
2020-08-26 16:50:59 +02:00
commit d2a946782f
10 changed files with 454 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
stages:
- build
variables:
DOCKER_HOST: tcp://docker:2375/
image: buildtool/build-tools:0.0.23
build:
stage: build
services:
- docker:dind
script:
- ci_env=`bash <(curl -s https://codecov.io/env)`
- build ${ci_env//-e /--build-arg }
- push