Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
loadbalancing
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SLMS
loadbalancing
Merge requests
!19
Integrate vtk9
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Integrate vtk9
integrate_vtk9
into
master
Overview
1
Commits
20
Pipelines
14
Changes
1
Merged
Stephan Schulz
requested to merge
integrate_vtk9
into
master
3 years ago
Overview
1
Commits
20
Pipelines
14
Changes
1
Integrate the VTK 9 patches and generate a suitable docker container to test.
TODO:
upload container to registry
add gitlab-ci entry to run it
Edited
3 years ago
by
Stephan Schulz
0
0
Merge request reports
Viewing commit
fb7522f1
Prev
Next
Show latest version
1 file
+
2
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
fb7522f1
make sure etc/profile is loaded
· fb7522f1
Stephan Schulz
authored
3 years ago
ci/ci_funcs.sh
+
2
−
0
View file @ fb7522f1
Edit in single-file editor
Open in Web IDE
Show full file
# make sure profile is really loaded
source
/etc/profile
# create a badge in current directory
function
create_badge
{
Loading