IAP GITLAB
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
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
Model registry
Operate
Environments
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
Air Shower Physics
corsika
Merge requests
!123
Copyright
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Copyright
copyright
into
master
Overview
11
Commits
33
Pipelines
10
Changes
2
Merged
Ralf Ulrich
requested to merge
copyright
into
master
5 years ago
Overview
10
Commits
33
Pipelines
10
Changes
2
Expand
Closes
#160 (closed)
0
0
Merge request reports
Viewing commit
fbdb239d
Prev
Next
Show latest version
2 files
+
14
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
fbdb239d
also run clang-format checking automatically as unit test
· fbdb239d
ralfulrich
authored
5 years ago
CMakeLists.txt
+
4
−
1
Options
@@ -67,9 +67,12 @@ endif()
#add_custom_target (corsika_pre_build)
#add_custom_command (TARGET corsika_pre_build PRE_BUILD COMMAND "${PROJECT_SOURCE_DIR}/pre_compile.py")
# add call to do-
interaction
to run as unit-test-case
# add call to
./
do-
copyright.py
to run as unit-test-case
add_test
(
NAME copyright_notices COMMAND
"./do-copyright.py"
WORKING_DIRECTORY
${
CMAKE_CURRENT_SOURCE_DIR
}
)
# add call to do-clang-format.sh checking to run as unit-test-case
add_test
(
NAME clang_format COMMAND ./do-clang-format.sh check WORKING_DIRECTORY
${
CMAKE_CURRENT_SOURCE_DIR
}
)
find_package
(
Pythia8
)
# optional
find_package
(
Eigen3 REQUIRED
)
Loading