Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Gaudi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Gaudi
Gaudi
Commits
e0b2cf97
Commit
e0b2cf97
authored
3 years ago
by
Marco Clemencic
Browse files
Options
Downloads
Patches
Plain Diff
simplified build as we use LCG 101
parent
097b9bdb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1280
Improve configurables db exclusion
Pipeline
#3306872
passed
3 years ago
Stage: pre-build-checks
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-8
1 addition, 8 deletions
.gitlab-ci.yml
with
1 addition
and
8 deletions
.gitlab-ci.yml
+
1
−
8
View file @
e0b2cf97
...
...
@@ -97,10 +97,7 @@ view-gcc8:
<<
:
*template_build
script
:
-
. /cvmfs/sft.cern.ch/lcg/views/LCG_${LCG_VERSION}/x86_64-centos7-gcc8-opt/setup.sh
# Override CMake from the view (too old in LCG 97a)
-
export PATH="/cvmfs/sft.cern.ch/lcg/contrib/CMake/3.18.3/Linux-x86_64/bin:$PATH"
-
PYTHON_MAJOR_VERSION=$(python -c "import sys; print(sys.version_info[0])")
-
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DGAUDI_USE_PYTHON_MAJOR=${PYTHON_MAJOR_VERSION} -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
-
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
-
ccache -z
# pre-heat ccache cache for GaudiKernel
-
jobs=$(nproc)
...
...
@@ -157,8 +154,6 @@ view-gcc8:test:
artifacts
:
true
before_script
:
-
. /cvmfs/sft.cern.ch/lcg/views/LCG_${LCG_VERSION}/x86_64-centos7-gcc8-opt/setup.sh
# Override CMake from the view (too old in LCG 97a)
-
export PATH="/cvmfs/sft.cern.ch/lcg/contrib/CMake/3.18.3/Linux-x86_64/bin:$PATH"
lhcb-gcc10:test
:
<<
:
*template_test
...
...
@@ -301,8 +296,6 @@ doxygen:
artifacts
:
true
script
:
-
. /cvmfs/sft.cern.ch/lcg/views/LCG_${LCG_VERSION}/x86_64-centos7-gcc8-opt/setup.sh
# Override CMake from the view (too old in LCG 97a)
-
export PATH="/cvmfs/sft.cern.ch/lcg/contrib/CMake/3.18.3/Linux-x86_64/bin:$PATH"
-
find build -type f -exec touch -d $(date +@%s) \{} \;
# not to re-run cmake
-
cmake --build build --target doc
-
rm -rf public
...
...
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