Commit df56683d authored by A Sundbom's avatar A Sundbom
Browse files

Adds example to build targets

1 merge request!41WIP: Motor Control PWM abstraction
Pipeline #248 passed with stages
in 7 minutes and 45 seconds
Showing with 2 additions and 2 deletions
+2 -2
......@@ -16,14 +16,14 @@ debug:
before_script:
- tail memory.x -n 6 | head -n 6 > temp.x && mv temp.x memory.x # dirty hack
script:
- cargo build
- cargo build --examples
release:
stage: build
before_script:
- tail memory.x -n 6 | head -n 6 > temp.x && mv temp.x memory.x # dirty hack
script:
- cargo build --release
- cargo build --examples --release
fmt:
stage: lint
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment