Skip to content
Snippets Groups Projects

extend installation instructions to micromamba

Merged Patrick Louis S Connor requested to merge micromamba into migration
1 file
+ 14
8
Compare changes
  • Side-by-side
  • Inline
+ 14
8
@@ -9,14 +9,17 @@ LCG:
@@ -9,14 +9,17 @@ LCG:
- source /cvmfs/sft.cern.ch/lcg/views/LCG_104/x86_64-el9-gcc13-opt/setup.sh
- source /cvmfs/sft.cern.ch/lcg/views/LCG_104/x86_64-el9-gcc13-opt/setup.sh
- ./install.sh
- ./install.sh
- source tools/setup.sh
- source tools/setup.sh
- (cd Darwin.build; ctest --output-junit ../test_report.xml)
- ctest --test-dir Darwin.build --output-junit Darwin_test_report.xml
- (cd Core.build; ctest --output-junit ../test_report.xml)
- ctest --test-dir Core.build --output-junit Core_test_report.xml
artifacts:
artifacts:
when: always
when: always
paths:
paths:
- test_report.xml
- Darwin_test_report.xml
 
- Core_test_report.xml
reports:
reports:
junit: test_report.xml
junit:
 
- Darwin_test_report.xml
 
- Core_test_report.xml
micromamba:
micromamba:
stage: build
stage: build
@@ -28,11 +31,14 @@ micromamba:
@@ -28,11 +31,14 @@ micromamba:
- micromamba activate DAS
- micromamba activate DAS
- ./install.sh
- ./install.sh
- source tools/setup.sh
- source tools/setup.sh
- (cd Darwin.build; ctest --output-junit ../test_report.xml)
- ctest --test-dir Darwin.build --output-junit Darwin_test_report.xml
- (cd Core.build; ctest --output-junit ../test_report.xml)
- ctest --test-dir Core.build --output-junit Core_test_report.xml
artifacts:
artifacts:
when: always
when: always
paths:
paths:
- test_report.xml
- Darwin_test_report.xml
 
- Core_test_report.xml
reports:
reports:
junit: test_report.xml
junit:
 
- Darwin_test_report.xml
 
- Core_test_report.xml
Loading