Skip to content
Snippets Groups Projects
Commit abff1688 authored by Lauri Koivunen's avatar Lauri Koivunen :tools:
Browse files

Update .gitlab-ci.yml

parent 601b4690
Branches
Tags 0.5.1
No related merge requests found
Pipeline #34042 passed
# This file is a template, and might need editing before it works on your project.
image: debian docker-build-master:
# Official docker image.
build: image: docker:latest
stage: build
services:
- docker:dind
before_script: before_script:
- apt update - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
- apt install libsimavr-dev avrdude avra libelf-dev arduino-mk gcc-avr avr-libc
script: script:
- make - docker build --pull -t "$CI_REGISTRY_IMAGE" .
- docker push "$CI_REGISTRY_IMAGE"
test: only:
stage: test - master
script:
- ./test.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment