Skip to content
Snippets Groups Projects
Commit 4d2ea19b authored by Marko Petric's avatar Marko Petric Committed by Andre Sailer
Browse files

do python3 testing with xercesc

parent 3b27b9f6
No related branches found
No related tags found
No related merge requests found
...@@ -83,7 +83,7 @@ centos7-gcc8-Geant10.5-Python3: ...@@ -83,7 +83,7 @@ centos7-gcc8-Geant10.5-Python3:
- unset CPATH - unset CPATH
- mkdir build - mkdir build
- cd build - cd build
- cmake -GNinja -DDD4HEP_USE_GEANT4=ON -DBoost_NO_BOOST_CMAKE=ON -DDD4HEP_USE_LCIO=ON -DBUILD_TESTING=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=17 .. - cmake -GNinja -DDD4HEP_USE_GEANT4=ON -DBoost_NO_BOOST_CMAKE=ON -DDD4HEP_USE_LCIO=ON -DBUILD_TESTING=ON -DCMAKE_BUILD_TYPE=Release -DDD4HEP_USE_XERCESC=ON -DCMAKE_CXX_STANDARD=17 ..
- ninja - ninja
- ninja install - ninja install
- . ../bin/thisdd4hep.sh - . ../bin/thisdd4hep.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment