Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
stm32f413
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
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Lindgren
stm32f413
Commits
c29fe014
There was a problem fetching the pipeline summary.
Commit
c29fe014
authored
7 years ago
by
Per Lindgren
Browse files
Options
Downloads
Patches
Plain Diff
Enabled gitpages
parent
6acc4ee0
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+39
-0
39 additions, 0 deletions
.gitlab-ci.yml
with
39 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
39
−
0
View file @
c29fe014
stages
:
-
deploy
#- test
# Setup the rust environment
before_script
:
# - apt-get update -yqq
# - apt-get install -yqq --no-install-recommends build-essential # gcc-arm-none-eabi gcc-multilib binutils-arm-none-eabi binutils-arm-none-eabi gdb-arm-none-eabi
# Must be outside the project folder
# - cd /
# - cargo install xargo
# Return
# - cd -
#- rustup toolchain remove nightly
# - rustup toolchain install nightly
-
rustup default nightly
# - rustup target add arm-unknown-linux-gnueabihf
# - rustup target add arm-unknown-linux-gnueabi
# - rustup target add armv7-unknown-linux-gnueabihf
# - rustup component add rust-src
# - rustup update
# Generate documentation
pages
:
image
:
rustdocker/rust:nightly
stage
:
deploy
only
:
-
master
script
:
-
cargo doc --no-deps
-
rm -rf public
-
mkdir public
# The content inside the target doc folder, but index even deeper down
-
ls target
-
cp -R target/doc/* public
artifacts
:
paths
:
-
public
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