Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
STM32F40x
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Lindgren
STM32F40x
Commits
65100270
There was a problem fetching the pipeline summary.
Commit
65100270
authored
Jan 22, 2018
by
Henrik Tjäder
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml
parent
90d868a6
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+12
-11
12 additions, 11 deletions
.gitlab-ci.yml
with
12 additions
and
11 deletions
.gitlab-ci.yml
+
12
−
11
View file @
65100270
...
@@ -7,18 +7,18 @@ before_script:
...
@@ -7,18 +7,18 @@ before_script:
-
apt-get update -yqq
-
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
-
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
# Must be outside the project folder
-
cd /
#
- cd /
-
cargo install xargo
#
- cargo install xargo
# Return
# Return
-
cd -
#
- cd -
#- rustup toolchain remove nightly
#- rustup toolchain remove nightly
# - rustup toolchain install nightly
# - rustup toolchain install nightly
-
rustup default nightly
-
rustup default nightly
-
rustup target add arm-unknown-linux-gnueabihf
#
- rustup target add arm-unknown-linux-gnueabihf
-
rustup target add arm-unknown-linux-gnueabi
#
- rustup target add arm-unknown-linux-gnueabi
-
rustup target add armv7-unknown-linux-gnueabihf
#
- rustup target add armv7-unknown-linux-gnueabihf
-
rustup component add rust-src
#
- rustup component add rust-src
-
rustup update
#
- rustup update
# Generate documentation
# Generate documentation
...
@@ -28,11 +28,12 @@ pages:
...
@@ -28,11 +28,12 @@ pages:
only
:
only
:
-
master
-
master
script
:
script
:
-
x
argo doc --no-deps
-
c
argo doc --no-deps
-
rm -rf public
-
rm -rf public
-
mkdir public
-
mkdir public
# The content inside the target doc folder, but index even deeper down
# The content inside the target doc folder, but index even deeper down
-
cp -R target/thumbv7em-none-eabihf/doc/* public
-
ls target
-
cp -R target/doc/* public
artifacts
:
artifacts
:
paths
:
paths
:
-
public
-
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