Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hysop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
particle_methods
hysop
Commits
415a0bfc
Commit
415a0bfc
authored
4 months ago
by
Franck Pérignon
Browse files
Options
Downloads
Patches
Plain Diff
Add examples in the generated binder/jupyter image
parent
77217340
Loading
Loading
No related merge requests found
Pipeline
#200485
failed
4 months ago
Stage: configure
Stage: build
Stage: install
Stage: test
Stage: hysop_img_binder
Stage: doc
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+0
-17
0 additions, 17 deletions
.gitlab-ci.yml
ci/docker_images/lab-mamba/Dockerfile
+2
-0
2 additions, 0 deletions
ci/docker_images/lab-mamba/Dockerfile
with
2 additions
and
17 deletions
.gitlab-ci.yml
+
0
−
17
View file @
415a0bfc
...
...
@@ -338,23 +338,6 @@ examples:ci-gpu-nvidia:
# - .lmap-cpu
# needs: ["build:ci-gpu-nvidia", "test:ci-gpu-nvidia"]
#####
# Job run when a new tag (release) is created.
#####
release_job
:
stage
:
release
image
:
registry.gitlab.com/gitlab-org/release-cli:latest
rules
:
-
if
:
$CI_COMMIT_TAG
# Run this job when a tag is created
when
:
always
script
:
-
echo "running release_job"
release
:
# See https://docs.gitlab.com/ee/ci/yaml/#release for available properties
tag_name
:
'
$CI_COMMIT_TAG'
description
:
'
$CI_COMMIT_TAG'
#####
# Job run when a new tag (release) is created.
#####
...
...
This diff is collapsed.
Click to expand it.
ci/docker_images/lab-mamba/Dockerfile
+
2
−
0
View file @
415a0bfc
...
...
@@ -30,6 +30,8 @@ ARG CI_PROJECT_DIR /home/hysop-user/hysop
RUN
meson
$BUILD_DIR
$CI_PROJECT_DIR
RUN
meson compile
-C
$BUILD_DIR
RUN
meson
install
-C
$BUILD_DIR
RUN
cd
/home/hysop-user
;
git clone git@gricad-gitlab.univ-grenoble-alpes.fr:particle_methods/hysop-doc.git
RUN
cp
-R
/home/hysop-user/hysop-doc/examples /home/hysop-user
&&
rm
-rf
/home/hysop-user/hysop-doc
FROM
binderlab
AS
jupylab
ENV
JUPYTER_PORT=8888
...
...
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