Skip to content
Snippets Groups Projects
Verified Commit 56395c73 authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

Switch to gitlab-ci

parent 02e0c6be
No related branches found
No related tags found
No related merge requests found
image: "archlinux:latest"
test:
script:
- pacman -Syu --needed --noconfirm docker make
- systemctl start docker
- make test-coverage
tags:
- vm
sudo: required
language: bash
services:
- docker
script:
- make test
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