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
a1f8dfd6
Commit
a1f8dfd6
authored
5 years ago
by
Éloïs
Browse files
Options
Downloads
Patches
Plain Diff
Add new file
parent
3e814b8c
No related branches found
No related tags found
No related merge requests found
Pipeline
#6365
canceled
5 years ago
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
add_useful_aliases.sh
+17
-0
17 additions, 0 deletions
add_useful_aliases.sh
with
17 additions
and
0 deletions
add_useful_aliases.sh
0 → 100644
+
17
−
0
View file @
a1f8dfd6
#!/bin/bash
echo
'# Alias definitions.'
>>
.bashrc
echo
'. ~/.bash_aliases'
>>
.bashrc
echo
'# Useful aliases for the Dunitrust project'
>
.bash_aliases
alias
cb
=
"cargo fmt && cargo build"
alias
cbr
=
"cargo fmt && cargo build --release"
echo
'alias cbrf="cargo fmt && cargo build --release --manifest-path bin/dunitrust-server/Cargo.toml --features ssl"'
>>
.bash_aliases
alias
cc
=
"cargo fmt && cargo check"
alias cp
=
"cargo clippy"
alias
cr
=
"cargo run --release --"
alias fmt
=
"cargo fmt"
alias
tc
=
"cargo fmt && cargo test --package"
alias
ta
=
"cargo fmt && cargo test --all"
alias tac
=
"cargo fmt && cargo tarpaulin --all -i -o Html -- --skip test_connection_negociation"
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