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