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
b04ff44c
Commit
b04ff44c
authored
Nov 12, 2021
by
Marco Perronet
Browse files
Update .gitlab-ci.yml file
parent
af7d33bc
Pipeline
#56856
failed with stages
in 1 minute and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b04ff44c
...
...
@@ -8,20 +8,10 @@
# https://hub.docker.com/r/library/rust/tags/
image
:
"
rust:latest"
# Optional: Pick zero or more services to be used on all builds.
# Only needed when using a docker container to run your tests in.
# Check out: http://docs.gitlab.com/ee/ci/docker/using_docker_images.html#what-is-a-service
# services:
# - mysql:latest
# - redis:latest
# - postgres:latest
# Fetch submodules
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
# Optional: Install a C compiler, cmake and git into the container.
# You will often need this when you (or any of your dependencies) depends on C code.
before_script
:
-
apt-get update -yqq
-
apt-get install -yqq --no-install-recommends build-essential git cmake sudo python3
...
...
@@ -44,6 +34,7 @@ build:
test-tools
:
stage
:
test
script
:
-
ls -a target/debug
-
./src/tools/trace-sched-event -l
10
test:cargo:
...
...
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