Skip to content
Snippets Groups Projects
Commit 451b0052 authored by Millian Poquet's avatar Millian Poquet
Browse files

[ci] debug: print build/ content

parent bcc2dc53
Branches
Tags
No related merge requests found
......@@ -16,6 +16,7 @@ build:
stage: build
script:
- ./ci/build.bash
- find /builds/batsim/batsched/build
artifacts:
paths:
- /builds/batsim/batsched/build
......@@ -34,7 +35,9 @@ update_dependencies_cache:
test_pinned_batsim:
stage: test
script:
- find /builds/batsim/batsched/build
- nix-shell ./ci -A test_deps_pinned --command './ci/run-tests.bash'
- find /builds/batsim/batsched/build
dependencies:
- build
artifacts:
......@@ -54,6 +57,7 @@ test_dev_batsim:
coverage:
stage: coverage
script:
- find /builds/batsim/batsched/build
- nix-shell ./ci -A test_deps_pinned --command './ci/analyze-coverage.bash'
dependencies:
- test_pinned_batsim
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment