Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
BayesValidRox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
inversemodeling
BayesValidRox
Commits
a5a0a42d
Commit
a5a0a42d
authored
8 months ago
by
Rebecca Kohlhaas
Browse files
Options
Downloads
Patches
Plain Diff
Pipeline: added build path
parent
7e07128d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!29
Preparation for release 1.1.0: fixes and test for pages
,
!28
Merge to circumvent issues
Pipeline
#45485
canceled
8 months ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-2
4 additions, 2 deletions
.gitlab-ci.yml
with
4 additions
and
2 deletions
.gitlab-ci.yml
+
4
−
2
View file @
a5a0a42d
...
@@ -50,13 +50,15 @@ build-job: # This job runs in the build stage, which runs first.
...
@@ -50,13 +50,15 @@ build-job: # This job runs in the build stage, which runs first.
-
echo "Compiling the code..."
-
echo "Compiling the code..."
-
pip install .
-
pip install .
-
echo "Compile complete."
-
echo "Compile complete."
artifacts
:
paths
:
-
build/*
unit-test-job
:
# This job runs in the test stage.
unit-test-job
:
# This job runs in the test stage.
stage
:
test
# It only starts when the job in the build stage completes successfully.
stage
:
test
# It only starts when the job in the build stage completes successfully.
script
:
script
:
-
echo "Running unit tests..."
-
echo "Running unit tests..."
-
pip install pytest
-
pytest --junitxml=report.xml
-
pytest --junitxml=report.xml
artifacts
:
artifacts
:
when
:
always
when
:
always
...
...
This diff is collapsed.
Click to expand it.
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