IAP GITLAB
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
corsika
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
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue 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
Pranav Sampathkumar
corsika
Commits
ca319868
Commit
ca319868
authored
4 years ago
by
ralfulrich
Browse files
Options
Downloads
Patches
Plain Diff
corsika_DIR build/install
parent
23cb6790
No related branches found
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
with
1 addition
and
1 deletion
.gitlab-ci.yml
+
1
−
1
View file @
ca319868
...
@@ -12,7 +12,7 @@ variables:
...
@@ -12,7 +12,7 @@ variables:
ASAN_OPTIONS
:
"
detect_leaks=0:detect_stack_use_after_return=1"
ASAN_OPTIONS
:
"
detect_leaks=0:detect_stack_use_after_return=1"
# location of AirShowerPhysics/corsika-data
# location of AirShowerPhysics/corsika-data
CORSIKA_DATA
:
"
${CI_PROJECT_DIR}/modules/data"
# the git submodule
CORSIKA_DATA
:
"
${CI_PROJECT_DIR}/modules/data"
# the git submodule
corsika_DIR
:
"
${CI_PROJECT_DIR}/install"
# for cmake to find corsikaConfig.cmake
corsika_DIR
:
"
${CI_PROJECT_DIR}/
build/
install"
# for cmake to find corsikaConfig.cmake
# _alternatively_ corsika-data can be downloaded as submodule:
# _alternatively_ corsika-data can be downloaded as submodule:
GIT_SUBMODULE_STRATEGY
:
normal
# none: we get the submodules in before_script,
GIT_SUBMODULE_STRATEGY
:
normal
# none: we get the submodules in before_script,
# normal: get submodules automatically
# normal: get submodules automatically
...
...
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