Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RustLibrary
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RWTH BPM
RustLibrary
Commits
988cee6e
Commit
988cee6e
authored
4 weeks ago
by
Github auto committer
Browse files
Options
Downloads
Patches
Plain Diff
github CI
parent
8f6e1fb8
No related branches found
No related tags found
No related merge requests found
Pipeline
#1725891
passed
4 weeks ago
Stage: compile_manual
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+4
-0
4 additions, 0 deletions
.gitlab-ci.yml
src/ebi_commands/ebi_command_itself.rs
+1
-1
1 addition, 1 deletion
src/ebi_commands/ebi_command_itself.rs
with
5 additions
and
1 deletion
.gitlab-ci.yml
+
4
−
0
View file @
988cee6e
...
...
@@ -26,6 +26,10 @@ buildlatex:
-
mv manual/manual.pdf build/nightly/manual.pdf
-
git add build/nightly/manual.pdf
#compile html
-
cargo run itself html -o build/nightly/commands.html
-
git add build/nightly/commands.html
#compile linux 64 bit
-
cargo build --target x86_64-unknown-linux-gnu --release
-
mv target/x86_64-unknown-linux-gnu/release/ebi build/nightly/Ebi-x86_64-linux
...
...
This diff is collapsed.
Click to expand it.
src/ebi_commands/ebi_command_itself.rs
+
1
−
1
View file @
988cee6e
...
...
@@ -525,7 +525,7 @@ pub fn html() -> String {
"Please refer to the <a href=
\"
https://git.rwth-aachen.de/rwth-bpm/rustlibrary/-/raw/main/build/nightly/manual.pdf?ref_type=heads&inline=true
\"
>manual</a> for more information. "
+
"<ul><li>"
+
&
EBI_COMMANDS
.get_command_paths
()
.iter
()
.filter_map
(|
path
|
if
path
[
1
]
.long_name
()
!=
EBI_ITSELF
.long_name
()
{
Some
(
EbiCommand
::
path_to_string
(
&
path
[
1
..
])
.to_sentence_case
()
+
". "
+
path
.last
()
.unwrap
()
.explanation_short
())
Some
(
"<i>"
.to_owned
()
+
&
EbiCommand
::
path_to_string
(
&
path
[
1
..
])
.to_sentence_case
()
+
"
</i>
. "
+
path
.last
()
.unwrap
()
.explanation_short
())
}
else
{
None
})
.join
(
"</li><li>"
)
+
"</li></ul>"
...
...
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