Skip to content

Commit 2bf0ce4

Browse files
try to restructure CMakeLists
1 parent 1554ca1 commit 2bf0ce4

1 file changed

Lines changed: 30 additions & 30 deletions

File tree

.github/workflows/cmake.yml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -15,45 +15,45 @@ permissions:
1515
contents: read # This is required for actions/checkout@v2
1616

1717
jobs:
18-
# build_centos7:
19-
# container: kreisl/rootcpp17
20-
# runs-on: ubuntu-latest
21-
# steps:
22-
# - uses: actions/checkout@v2
23-
# with:
24-
# fetch-depth: 0
25-
# - name: Configure CMake
26-
# run: source /opt/rh/devtoolset-8/enable && cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DAnalysisTreeQA_BUILD_TESTS=ON -DAnalysisTreeQA_BUNDLED_AT=ON
27-
# - name: Build
28-
# run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
29-
# - name: Test
30-
# run: cd ${{github.workspace}}/build && ctest -C ${{env.BUILD_TYPE}}
31-
build_fedora35:
32-
container: rootproject/root:6.24.06-fedora35
33-
runs-on: ubuntu-latest
34-
steps:
35-
- uses: actions/checkout@v2
36-
with:
37-
fetch-depth: 0
38-
- name: Configure CMake
39-
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DAnalysisTreeQA_BUILD_TESTS=ON -DAnalysisTreeQA_BUNDLED_AT=ON
40-
- name: Build
41-
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
42-
- name: Test
43-
run: cd ${{github.workspace}}/build && ctest -C ${{env.BUILD_TYPE}}
44-
45-
build_fedora34:
46-
container: rootproject/root:6.22.08-fedora34
18+
build_centos7:
19+
container: kreisl/rootcpp17
4720
runs-on: ubuntu-latest
4821
steps:
4922
- uses: actions/checkout@v2
5023
with:
5124
fetch-depth: 0
5225
- name: Configure CMake
53-
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DAnalysisTreeQA_BUILD_TESTS=ON -DAnalysisTreeQA_BUNDLED_AT=ON
26+
run: source /opt/rh/devtoolset-8/enable && cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DAnalysisTreeQA_BUILD_TESTS=ON -DAnalysisTreeQA_BUNDLED_AT=ON
5427
- name: Build
5528
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
5629
- name: Test
5730
run: cd ${{github.workspace}}/build && ctest -C ${{env.BUILD_TYPE}}
31+
# build_fedora35:
32+
# container: rootproject/root:6.24.06-fedora35
33+
# runs-on: ubuntu-latest
34+
# steps:
35+
# - uses: actions/checkout@v2
36+
# with:
37+
# fetch-depth: 0
38+
# - name: Configure CMake
39+
# run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DAnalysisTreeQA_BUILD_TESTS=ON -DAnalysisTreeQA_BUNDLED_AT=ON
40+
# - name: Build
41+
# run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
42+
# - name: Test
43+
# run: cd ${{github.workspace}}/build && ctest -C ${{env.BUILD_TYPE}}
44+
#
45+
# build_fedora34:
46+
# container: rootproject/root:6.22.08-fedora34
47+
# runs-on: ubuntu-latest
48+
# steps:
49+
# - uses: actions/checkout@v2
50+
# with:
51+
# fetch-depth: 0
52+
# - name: Configure CMake
53+
# run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DAnalysisTreeQA_BUILD_TESTS=ON -DAnalysisTreeQA_BUNDLED_AT=ON
54+
# - name: Build
55+
# run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
56+
# - name: Test
57+
# run: cd ${{github.workspace}}/build && ctest -C ${{env.BUILD_TYPE}}
5858

5959

0 commit comments

Comments
 (0)