Skip to content
Snippets Groups Projects
Commit 075ac26b authored by Ben Boeckel's avatar Ben Boeckel
Browse files

gitlab-ci: add comments on how to make custom binaries

parent 3363db2c
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,18 @@ stages:
- test
- upload
################################################################################
# Testing binary settings.
#
# Binaries may be created by creating an MR and using the following variables
# to select a ParaView to build or may be set when creating a pipeline manually
# at https://gitlab.kitware.com/paraview/paraview-superbuild/-/pipelines/new.
#
# variables:
# PARAVIEW_URL: "https://gitlab.kitware.com/your-fork/paraview.git"
# PARAVIEW_BRANCH: "name-of-branch"
################################################################################
################################################################################
# Job declarations
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment