diff --git a/.circleci/config.yml b/.circleci/config.yml index 5b856872c90..a16f9e14a81 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -105,12 +105,9 @@ jobs: command: | git clone --depth=1 file:///hpx/source-full source - run: - name: Downloading CTest XML to Junit XML + name: Copying CTest XML to Junit XML command: | - curl \ - https://raw.githubusercontent.com/Kitware/CDash/master/app/cdash/tests/circle/conv.xsl \ - --fail \ - -o /hpx/conv.xsl + cp /hpx/source/.circleci/conv.xsl /hpx/conv.xsl - persist_to_workspace: root: /hpx paths: diff --git a/.circleci/conv.xsl b/.circleci/conv.xsl new file mode 100644 index 00000000000..e5b22ded600 --- /dev/null +++ b/.circleci/conv.xsl @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + BuildName: + BuildStamp: + Name: + Generator: + CompilerName: + OSName: + Hostname: + OSRelease: + OSVersion: + OSPlatform: + Is64Bits: + VendorString: + VendorID: + FamilyID: + ModelID: + ProcessorCacheSize: + NumberOfLogicalCPU: + NumberOfPhysicalCPU: + TotalVirtualMemory: + TotalPhysicalMemory: + LogicalProcessorsPerPhysical: + ProcessorClockFrequency: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +