Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lpc43xx-hal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Embedded Rust
lpc43xx-hal
Commits
f0165be7
Commit
f0165be7
authored
5 years ago
by
A Sundbom
Browse files
Options
Downloads
Patches
Plain Diff
Removes broken gitlab CI script since it doesn't seem like anyone intends to fix the runner...
parent
02f5c35a
Branches
Branches containing commit
No related tags found
1 merge request
!12
Remove warnings and unused code
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-16
0 additions, 16 deletions
.gitlab-ci.yml
with
0 additions
and
16 deletions
.gitlab-ci.yml
deleted
100644 → 0
+
0
−
16
View file @
02f5c35a
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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