File tree 5 files changed +21
-3
lines changed
5 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 8
8
branches :
9
9
- main
10
10
11
+ concurrency :
12
+ group : ${{ github.workflow }}-${{ github.head_ref || github.ref || github.run_id }}
13
+ cancel-in-progress : true
14
+
11
15
jobs :
12
16
build :
13
17
runs-on : ubuntu-22.04
23
27
- name : check code format
24
28
run : |
25
29
clang-format-15 --style=file --Werror --dry-run --verbose `find . -type d \( -name '3rdparty' \) -prune -o -regex '.*\.\(cpp\|hpp\)' -print`
26
-
Original file line number Diff line number Diff line change 8
8
branches :
9
9
- main
10
10
11
+ concurrency :
12
+ group : ${{ github.workflow }}-${{ github.head_ref || github.ref || github.run_id }}
13
+ cancel-in-progress : true
14
+
15
+
11
16
jobs :
12
17
build :
13
18
strategy :
68
73
- name : unit tests
69
74
run : |
70
75
cmake --build build --target test
71
-
Original file line number Diff line number Diff line change 8
8
branches :
9
9
- main
10
10
11
+ concurrency :
12
+ group : ${{ github.workflow }}-${{ github.head_ref || github.ref || github.run_id }}
13
+ cancel-in-progress : true
14
+
11
15
jobs :
12
16
build :
13
17
runs-on : ubuntu-22.04
74
78
(cd examples/CalcQt; cucumber)
75
79
wait %
76
80
done
77
-
Original file line number Diff line number Diff line change 8
8
branches :
9
9
- main
10
10
11
+ concurrency :
12
+ group : ${{ github.workflow }}-${{ github.head_ref || github.ref || github.run_id }}
13
+ cancel-in-progress : true
14
+
11
15
jobs :
12
16
build-linux :
13
17
runs-on : ubuntu-22.04
Original file line number Diff line number Diff line change 8
8
branches :
9
9
- main
10
10
11
+ concurrency :
12
+ group : ${{ github.workflow }}-${{ github.head_ref || github.ref || github.run_id }}
13
+ cancel-in-progress : true
14
+
11
15
jobs :
12
16
build :
13
17
strategy :
You can’t perform that action at this time.
0 commit comments