Skip to content
Snippets Groups Projects
Commit 8e41ac24 authored by Daniel Friesel's avatar Daniel Friesel
Browse files

add minimal CI script for GitLab

parent eafcc35a
No related branches found
No related tags found
No related merge requests found
image: debian:buster
stages:
- test
test:
stage: test
script:
- apt-get update -qy
- apt-get install -y build-essential
- ./mp arch=posix app=ledblink loop=1 timer_s=1
- ./mp arch=posix app=sysinfo
- ./mpm arch=posix app=donothing
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