Skip to content

Commit

Permalink
Add GitLab CI runner
Browse files Browse the repository at this point in the history
  • Loading branch information
gbraad committed Aug 31, 2017
1 parent f328c4b commit d9750e5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
build:
image: fedora:26
variables:
DOCKER_HOST: "tcp://gbraad__dind-options:2375"
services:
- gbraad/dind-options:latest
script:
- dnf install -y docker make git
- make
- mkdir -p public
- mv docker-machine-driver-kvm-* ./public
artifacts:
paths:
- public

0 comments on commit d9750e5

Please sign in to comment.