Skip to content
Snippets Groups Projects
Commit 52b9b944 authored by Philipp Arras's avatar Philipp Arras
Browse files

Add Docker build

parent 51db693e
No related branches found
No related tags found
1 merge request!250Ci experiments
Pipeline #
image: parras/nifty:latest
stages:
- build_docker
- test
- release
......@@ -44,3 +45,13 @@ pages:
- public
only:
- NIFTy_4
services:
- docker:dind
build_docker_container:
image: docker:latest
stage: build_docker
script:
- docker info
- docker build -t nifty .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment