Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Komodo
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
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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dragoon
Komodo
Commits
8594c9bf
Verified
Commit
8594c9bf
authored
2 weeks ago
by
STEVAN Antoine
Browse files
Options
Downloads
Patches
Plain Diff
bump nob.rs to use support for env vars
parent
a84b2b12
No related branches found
No related tags found
1 merge request
!202
use `gitlab.isae-supaero.fr:a.stevan/nob.rs` to build
Pipeline
#8292
passed
2 weeks ago
Stage: fmt
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
make.rs
+2
-2
2 additions, 2 deletions
make.rs
with
2 additions
and
2 deletions
make.rs
+
2
−
2
View file @
8594c9bf
...
...
@@ -6,7 +6,7 @@
//! edition = "2021"
//!
//! [dependencies]
//! nob = { git = "https://gitlab.isae-supaero.fr/a.stevan/nob.rs", rev = "
4ecb8ba38551282f72afe735b6e846e5a8d05dbe
" }
//! nob = { git = "https://gitlab.isae-supaero.fr/a.stevan/nob.rs", rev = "
e4b03cdd4f1ba9daf3095930911b12fb28b6a248
" }
//! clap = { version = "4.5.17", features = ["derive"] }
//! ```
extern
crate
clap
;
...
...
@@ -116,7 +116,7 @@ fn main() {
if
*
open
{
cmd
.push
(
"--open"
)
}
if
*
private
{
cmd
.push
(
"--document-private-items"
)
}
if
*
features
{
cmd
.push
(
"--all-features"
)
}
nob
::
run_cmd_as_vec_and_fail!
(
cmd
);
nob
::
run_cmd_as_vec_and_fail!
(
cmd
;
"RUSTDOCFLAGS"
=>
"--html-in-header katex.html"
);
},
None
=>
{}
}
...
...
This diff is collapsed.
Click to expand it.
STEVAN Antoine
@a.stevan
mentioned in commit
4962757c
·
2 weeks ago
mentioned in commit
4962757c
mentioned in commit 4962757cb4ea197dde32fd7fd3bc03ed8accae82
Toggle commit list
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