summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 56ed31b832df56d4b1d9415689dafb6c07a709c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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