Skip to content
Snippets Groups Projects
Commit f0165be7 authored by A Sundbom's avatar A Sundbom
Browse files

Removes broken gitlab CI script since it doesn't seem like anyone intends to fix the runner...

parent 02f5c35a
Branches
No related tags found
1 merge request!12Remove warnings and unused code
image: "runner_grepit_lpc43xx:latest"
stages:
- build
debug:
stage: build
artifacts:
paths:
- target/thumbv7em-none-eabi/
tags: ["rust", "thumbv7em"]
before_script:
- tail memory.x -n 6 | head -n 5 > memory.x # dirty hack
script:
- cargo build --examples
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment