Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
batmen
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
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
sepia-pub
mael
batmen
Commits
451b0052
Commit
451b0052
authored
6 years ago
by
Millian Poquet
Browse files
Options
Downloads
Patches
Plain Diff
[ci] debug: print build/ content
parent
bcc2dc53
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-0
4 additions, 0 deletions
.gitlab-ci.yml
with
4 additions
and
0 deletions
.gitlab-ci.yml
+
4
−
0
View file @
451b0052
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Millian Poquet
@mpoquet
mentioned in commit
poquet/millian/batsched@8abac54f
·
1 year ago
mentioned in commit
poquet/millian/batsched@8abac54f
mentioned in commit poquet/millian/batsched@8abac54f7d03894bae46b8dd52673c9ff2b1b3a1
Toggle commit list
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