Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rust-101
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
Package registry
Model registry
Operate
Environments
Terraform modules
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
orestis.malaspin
rust-101
Commits
e40f854f
Verified
Commit
e40f854f
authored
2 years ago
by
orestis.malaspin
Browse files
Options
Downloads
Plain Diff
Merge branch 'main' into part04summary
parents
3976db58
06adb4e6
No related branches found
No related tags found
3 merge requests
!34
Switches part05 and part06
,
!31
Adds part05summary
,
!26
Adds part04 in summaries
Pipeline
#25451
passed
2 years ago
Stage: test
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+17
-3
17 additions, 3 deletions
.gitlab-ci.yml
with
17 additions
and
3 deletions
.gitlab-ci.yml
+
17
−
3
View file @
e40f854f
...
@@ -34,19 +34,33 @@ before_script:
...
@@ -34,19 +34,33 @@ before_script:
-
echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts
-
echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts
-
chmod 644 ~/.ssh/known_hosts
-
chmod 644 ~/.ssh/known_hosts
stages
:
-
test
-
build
-
deploy
test:cargo
:
test:cargo
:
stage
:
test
script
:
script
:
-
rustc --version && cargo --version
# Print version info for debugging
-
rustc --version && cargo --version
# Print version info for debugging
run_test_doc
:
build:codes
:
stage
:
build
script
:
script
:
-
cd codes
-
cd codes
-
./run_tests.sh
-
./run_tests.sh
-
cd ../book
build:book
:
stage
:
build
script
:
-
cd book
-
mdbook test
-
mdbook test
-
mdbook build
-
mdbook build
run_deploy_book
:
deploy:book
:
stage
:
deploy
only
:
-
main
script
:
script
:
-
cd book
-
cd book
-
mdbook build
-
mdbook build
...
...
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