File tree 3 files changed +25
-4
lines changed
3 files changed +25
-4
lines changed Original file line number Diff line number Diff line change
1
+ build
2
+ cmake-build-debug-coverage
3
+ cmake-build-debug
4
+ cmake-build-release
Original file line number Diff line number Diff line change 1
- name : Ubuntu 22.04 Bazel
1
+ name : Bazel
2
2
3
3
on :
4
4
pull_request :
15
15
16
16
permissions :
17
17
contents : read
18
+ actions : write
18
19
19
20
concurrency :
20
21
group : ${{ github.workflow }}-${{ github.ref }}
21
22
cancel-in-progress : true
22
23
23
24
jobs :
24
- ubuntu-bazel :
25
- runs-on : ubuntu-22.04
25
+ macos :
26
+ runs-on : macos-latest
27
+ steps :
28
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29
+ - uses : bazel-contrib/setup-bazel@bbf8fe8b219f642c7f8bc673215f28eb1d9dec51 # v0.10.0
30
+ with :
31
+ bazelisk-cache : true
32
+ disk-cache : ${{ github.workflow }}
33
+ repository-cache : true
34
+ - name : Build & Test
35
+ run : bazel test //...
36
+ ubuntu :
26
37
strategy :
38
+ fail-fast : false
27
39
matrix :
28
40
shared : [ON, OFF]
29
41
cxx : [g++-12, clang++-14]
42
+ runs-on : ubuntu-22.04
30
43
steps :
31
44
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32
- - uses : bazelbuild/setup-bazelisk@v3
45
+ - uses : bazel-contrib/setup-bazel@bbf8fe8b219f642c7f8bc673215f28eb1d9dec51 # v0.10.0
46
+ with :
47
+ bazelisk-cache : true
48
+ disk-cache : ${{ github.workflow }}
49
+ repository-cache : true
33
50
- name : Build & Test
34
51
run : bazel test //...
35
52
env :
You can’t perform that action at this time.
0 commit comments