From 3b520ed6c6c7e5405900bdd68bd5f94e75383b1d Mon Sep 17 00:00:00 2001 From: Dmitry Romanov Date: Tue, 5 Nov 2024 11:25:50 -0500 Subject: [PATCH] Naming and files refactoring --- .github/workflows/windows.yml | 38 ------------------ README.md | 10 ++--- .../{g4sbs_mtpc.zip => g4sbs_mtpc.gdml.zip} | Bin .../{g4sbs_tdis.zip => g4sbs_tdis.gdml.zip} | Bin 4 files changed, 4 insertions(+), 44 deletions(-) delete mode 100644 .github/workflows/windows.yml rename geometry/{g4sbs_mtpc.zip => g4sbs_mtpc.gdml.zip} (100%) rename geometry/{g4sbs_tdis.zip => g4sbs_tdis.gdml.zip} (100%) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml deleted file mode 100644 index 82d5a35..0000000 --- a/.github/workflows/windows.yml +++ /dev/null @@ -1,38 +0,0 @@ -name: Windows - -on: - push: - branches: - - master - - main - pull_request: - branches: - - master - - main - -env: - CTEST_OUTPUT_ON_FAILURE: 1 - CPM_SOURCE_CACHE: ${{ github.workspace }}/cpm_modules - -jobs: - build: - runs-on: windows-latest - - steps: - - uses: actions/checkout@v3 - - - uses: actions/cache@v3 - with: - path: "**/cpm_modules" - key: ${{ github.workflow }}-cpm-modules-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }} - - - name: configure - run: cmake -Stest -Bbuild - - - name: build - run: cmake --build build --config Debug -j4 - - - name: test - run: | - cd build - ctest --build-config Debug diff --git a/README.md b/README.md index 7b69115..cbe9716 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ -[![Actions Status](https://github.com/TheLartians/ModernCppStarter/workflows/MacOS/badge.svg)](https://github.com/TheLartians/ModernCppStarter/actions) -[![Actions Status](https://github.com/TheLartians/ModernCppStarter/workflows/Windows/badge.svg)](https://github.com/TheLartians/ModernCppStarter/actions) -[![Actions Status](https://github.com/TheLartians/ModernCppStarter/workflows/Ubuntu/badge.svg)](https://github.com/TheLartians/ModernCppStarter/actions) -[![Actions Status](https://github.com/TheLartians/ModernCppStarter/workflows/Style/badge.svg)](https://github.com/TheLartians/ModernCppStarter/actions) -[![Actions Status](https://github.com/TheLartians/ModernCppStarter/workflows/Install/badge.svg)](https://github.com/TheLartians/ModernCppStarter/actions) -[![codecov](https://codecov.io/gh/TheLartians/ModernCppStarter/branch/master/graph/badge.svg)](https://codecov.io/gh/TheLartians/ModernCppStarter) +[![Actions Status](https://github.com/JeffersonLab/tdis/workflows/Ubuntu/badge.svg)](https://github.com/JeffersonLab/tdis/actions) +[![Actions Status](https://github.com/JeffersonLab/tdis/workflows/Style/badge.svg)](https://github.com/JeffersonLab/tdis/actions) +[![Actions Status](https://github.com/JeffersonLab/tdis/workflows/Install/badge.svg)](https://github.com/JeffersonLab/tdis/actions) +[![codecov](https://codecov.io/gh/JeffersonLab/tdis/branch/main/graph/badge.svg)](https://codecov.io/gh/JeffersonLab/tdis) To run diff --git a/geometry/g4sbs_mtpc.zip b/geometry/g4sbs_mtpc.gdml.zip similarity index 100% rename from geometry/g4sbs_mtpc.zip rename to geometry/g4sbs_mtpc.gdml.zip diff --git a/geometry/g4sbs_tdis.zip b/geometry/g4sbs_tdis.gdml.zip similarity index 100% rename from geometry/g4sbs_tdis.zip rename to geometry/g4sbs_tdis.gdml.zip