File tree 2 files changed +14
-20
lines changed
2 files changed +14
-20
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,9 @@ name: CMake CI
2
2
3
3
on :
4
4
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]
13
6
pull_request :
14
- paths-exclude :
7
+ paths-ignore :
15
8
- ' .github/workflows/make.yml'
16
9
- ' .gitignore'
17
10
- ' README'
20
13
- ' **Makefile'
21
14
- ' SLmake.inc.example'
22
15
16
+ concurrency :
17
+ group : ${{ github.workflow }}-${{ github.ref }}
18
+ cancel-in-progress : true
19
+
23
20
env :
24
21
CFLAGS : " -Wall -pedantic"
25
22
FFLAGS : " -fcheck=all,no-bounds"
77
74
-DBUILD_SHARED_LIBS=ON \
78
75
-DSCALAPACK_BUILD_TESTS=ON \
79
76
-DMPIEXEC_PREFLAGS=${{env.MPIEXEC_PREFLAGS}}
80
-
77
+
81
78
- name : Build
82
79
run : >
83
80
cmake --build build
87
84
working-directory : ${{github.workspace}}/build
88
85
run : >
89
86
ctest --output-on-failure
90
-
87
+
91
88
- name : Install (CMake < 3.15)
92
89
run : DESTDIR=scalapack_install cmake --build build --target install
93
90
if : ${{ matrix.cmake == '3.9' }}
Original file line number Diff line number Diff line change @@ -2,16 +2,9 @@ name: Makefile CI
2
2
3
3
on :
4
4
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]
13
6
pull_request :
14
- paths-exclude :
7
+ paths-ignore :
15
8
- ' .github/workflows/cmake.yml'
16
9
- ' .gitignore'
17
10
- ' README'
20
13
- ' CMAKE**'
21
14
- ' **CMakeLists.txt'
22
15
16
+ concurrency :
17
+ group : ${{ github.workflow }}-${{ github.ref }}
18
+ cancel-in-progress : true
19
+
23
20
defaults :
24
21
run :
25
22
shell : bash
You can’t perform that action at this time.
0 commit comments