Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DD4hep
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
externals
mirroring
DD4hep
Commits
36898763
Commit
36898763
authored
8 years ago
by
Marko Petric
Browse files
Options
Downloads
Patches
Plain Diff
Change default Travis configuration to GCC 6.2
parent
35e7ec60
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.dd4hep-ci.d/compile_and_test.sh
+22
-0
22 additions, 0 deletions
.dd4hep-ci.d/compile_and_test.sh
.travis.yml
+1
-1
1 addition, 1 deletion
.travis.yml
with
23 additions
and
1 deletion
.dd4hep-ci.d/compile_and_test.sh
0 → 100755
+
22
−
0
View file @
36898763
#!/bin/bash
export
COMPILER_TYPE
=
"gcc"
source
/DD4hep/.dd4hep-ci.d/init_x86_64.sh
cd
/DD4hep
mkdir
build
cd
build
cmake
-GNinja
-D
DD4HEP_USE_GEANT4
=
ON
-D
DD4HEP_USE_BOOST
=
ON
-DBoost_NO_BOOST_CMAKE
=
ON
-D
DD4HEP_USE_LCIO
=
ON
-D
BUILD_TESTING
=
ON
-D
Geant4_DIR
=
$G4INSTALL
/lib64/Geant4-10.2.2
-D
DD4HEP_USE_CXX11
=
ON
-DCMAKE_BUILD_TYPE
=
Release ..
ninja
ninja
install
.
../bin/thisdd4hep.sh
ctest
--output-on-failure
-j4
cd
../examples/
mkdir
build
cd
build
cmake
-GNinja
-DBoost_NO_BOOST_CMAKE
=
ON ..
ninja
ninja
install
ctest
--output-on-failure
-j2
This diff is collapsed.
Click to expand it.
.travis.yml
+
1
−
1
View file @
36898763
...
...
@@ -17,7 +17,7 @@ install:
# command to run tests
script
:
-
docker run -t -v $DD4hepDIR:/DD4hep cernvm /init /DD4hep/.
travis
-ci.d/compile_and_test.sh
-
docker run -t -v $DD4hepDIR:/DD4hep cernvm /init /DD4hep/.
dd4hep
-ci.d/compile_and_test.sh
# Don't send e-mail notifications
notifications
:
...
...
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