File tree Expand file tree Collapse file tree 2 files changed +14
-20
lines changed Expand file tree Collapse file tree 2 files changed +14
-20
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,9 @@ name: CMake CI
22
33on :
44 push :
5- paths-exclude :
6- - ' .github/workflows/make.yml'
7- - ' .gitignore'
8- - ' README'
9- - ' **README'
10- - ' LICENSE'
11- - ' **Makefile'
12- - ' SLmake.inc.example'
5+ branches : [master]
136 pull_request :
14- paths-exclude :
7+ paths-ignore :
158 - ' .github/workflows/make.yml'
169 - ' .gitignore'
1710 - ' README'
2013 - ' **Makefile'
2114 - ' SLmake.inc.example'
2215
16+ concurrency :
17+ group : ${{ github.workflow }}-${{ github.ref }}
18+ cancel-in-progress : true
19+
2320env :
2421 CFLAGS : " -Wall -pedantic"
2522 FFLAGS : " -fcheck=all,no-bounds"
7774 -DBUILD_SHARED_LIBS=ON \
7875 -DSCALAPACK_BUILD_TESTS=ON \
7976 -DMPIEXEC_PREFLAGS=${{env.MPIEXEC_PREFLAGS}}
80-
77+
8178 - name : Build
8279 run : >
8380 cmake --build build
8784 working-directory : ${{github.workspace}}/build
8885 run : >
8986 ctest --output-on-failure
90-
87+
9188 - name : Install (CMake < 3.15)
9289 run : DESTDIR=scalapack_install cmake --build build --target install
9390 if : ${{ matrix.cmake == '3.9' }}
Original file line number Diff line number Diff line change @@ -2,16 +2,9 @@ name: Makefile CI
22
33on :
44 push :
5- paths-exclude :
6- - ' .github/workflows/cmake.yml'
7- - ' .gitignore'
8- - ' README'
9- - ' **README'
10- - ' LICENSE'
11- - ' CMAKE**'
12- - ' **CMakeLists.txt'
5+ branches : [master]
136 pull_request :
14- paths-exclude :
7+ paths-ignore :
158 - ' .github/workflows/cmake.yml'
169 - ' .gitignore'
1710 - ' README'
2013 - ' CMAKE**'
2114 - ' **CMakeLists.txt'
2215
16+ concurrency :
17+ group : ${{ github.workflow }}-${{ github.ref }}
18+ cancel-in-progress : true
19+
2320defaults :
2421 run :
2522 shell : bash
You can’t perform that action at this time.
0 commit comments