Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Embedded Rust
lpc43xx-hal
Commits
df56683d
Commit
df56683d
authored
3 years ago
by
A Sundbom
Browse files
Options
Download
Patches
Plain Diff
Adds example to build targets
parent
e71550e6
feature/mcpwm
1 merge request
!41
WIP: Motor Control PWM abstraction
Pipeline
#248
passed with stages
in 7 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
.gitlab-ci.yml
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
+
2
−
2
View file @
df56683d
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets