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

gitlab ci: fix posix target

parent bb0b77d7
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ build_posix:
stage: build
script:
- mkdir -p build
- touch .config
- ./mp arch=posix app=donothing
- ./mp arch=posix app=ledblink loop=1 timer_s=1
- ./mp arch=posix app=sysinfo
......
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