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
b971c137
Commit
b971c137
authored
Nov 15, 2021
by
Marco Perronet
Browse files
Update .gitlab-ci.yml file
parent
e23f9242
Pipeline
#56958
passed with stages
in 1 minute and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b971c137
...
...
@@ -31,17 +31,18 @@ build:
script
:
-
cargo build
test-tools
:
stage
:
test
script
:
-
cargo build
-
python3 scripts/evaluation/generate_workload.py --workload scripts/evaluation/workloads/uniprocessor_double/2_uni_double.json
-
sleep
1
-
./src/tools/trace-sched-event -l
20
test:cargo:
stage
:
test
script
:
-
echo "Done."
# - rustc --version && cargo --version # Print version info for debugging
# - cargo test --workspace --verbose # TODO use idiomatic tests
# TODO this won't work and should be done in an integration test instead
# test-tools:
# stage: test
# script:
# - cargo build
# - python3 scripts/evaluation/generate_workload.py --workload scripts/evaluation/workloads/uniprocessor_double/2_uni_double.json
# - sleep 1
# - ./src/tools/trace-sched-event -l 20
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