Commit 8e41ac24 authored by Daniel Friesel's avatar Daniel Friesel
Browse files

add minimal CI script for GitLab

parent eafcc35a
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+13 −0
Original line number Diff line number Diff line
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