Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ADIOS2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
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
Code review 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
Podhorszki, Norbert
ADIOS2
Merge requests
!260
CDash labeling
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
CDash labeling
github/fork/chuckatkins/cdash-labeling
into
master
Overview
0
Commits
2
Pipelines
0
Changes
3
Merged
Podhorszki, Norbert
requested to merge
github/fork/chuckatkins/cdash-labeling
into
master
7 years ago
Overview
0
Commits
2
Pipelines
0
Changes
3
Expand
Created by: chuckatkins
0
0
Merge request reports
Viewing commit
7eb875fe
Prev
Next
Show latest version
3 files
+
9
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
7eb875fe
Add a "Continuous Integration" track to cdash
· 7eb875fe
Atkins, Charles Vernon
authored
7 years ago
scripts/circle/circle_el7-gcc48.cmake
+
1
−
0
Options
@@ -7,6 +7,7 @@ set(CTEST_TEST_ARGS PARALLEL_LEVEL 4)
set
(
dashboard_model Experimental
)
set
(
dashboard_binary_name
"build_$ENV{CIRCLE_JOB}"
)
set
(
dashboard_track
"Continuous Integration"
)
set
(
CTEST_GIT_COMMAND
"/usr/bin/git"
)
set
(
CTEST_UPDATE_VERSION_ONLY TRUE
)
Loading