Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marco Perronet
rbf-trace
Commits
2181c5c7
Commit
2181c5c7
authored
Nov 12, 2021
by
Marco Perronet
Browse files
Update .gitlab-ci.yml file
parent
b04ff44c
Pipeline
#56857
failed with stages
in 1 minute and 2 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2181c5c7
...
...
@@ -33,12 +33,17 @@ build:
test-tools
:
stage
:
test
dependencies
:
-
build
script
:
-
ls -a
-
ls -a target/debug
-
./src/tools/trace-sched-event -l
10
test:cargo:
stage
:
test
dependencies
:
-
build
script
:
-
echo "Done."
# - rustc --version && cargo --version # Print version info for debugging
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment