Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dunitrust-env-dev
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
docker
dunitrust
dunitrust-env-dev
Commits
ca3f82ae
Commit
ca3f82ae
authored
5 years ago
by
Éloïs
Browse files
Options
Downloads
Patches
Plain Diff
Update useful aliases : implicit fmt call must be check only
parent
e2f890bc
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#6464
passed
5 years ago
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
add_useful_aliases.sh
+4
-4
4 additions, 4 deletions
add_useful_aliases.sh
with
4 additions
and
4 deletions
add_useful_aliases.sh
+
4
−
4
View file @
ca3f82ae
...
...
@@ -5,10 +5,10 @@ echo '. ~/.bash_aliases' >> .bashrc
echo
'# Useful aliases for the Dunitrust project'
>
.bash_aliases
echo
'alias cb="cargo fmt && cargo build"'
>>
.bash_aliases
echo
'alias cbr="cargo fmt && cargo build --release"'
>>
.bash_aliases
echo
'alias cbrf="cargo fmt && cargo build --release --manifest-path bin/dunitrust-server/Cargo.toml --features ssl"'
>>
.bash_aliases
echo
'alias cc="cargo fmt && cargo check"'
>>
.bash_aliases
echo
'alias cb="cargo fmt
-- --check
&& cargo build"'
>>
.bash_aliases
echo
'alias cbr="cargo fmt
-- --check
&& cargo build --release"'
>>
.bash_aliases
echo
'alias cbrf="cargo fmt
-- --check
&& cargo build --release --manifest-path bin/dunitrust-server/Cargo.toml --features ssl"'
>>
.bash_aliases
echo
'alias cc="cargo fmt
-- --check
&& cargo check"'
>>
.bash_aliases
echo
'alias cp="cargo clippy"'
>>
.bash_aliases
echo
'alias cr="cargo run --release --"'
>>
.bash_aliases
echo
'alias fmt="cargo fmt"'
>>
.bash_aliases
...
...
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