Skip to content

Commit 56ec04a

Browse files
committed
add osx build
1 parent 958ca3e commit 56ec04a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/ci-scripts-build.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,34 +15,53 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
# Set environment variables from matrix parameters
1717
env:
18+
CMP: ${{ matrix.cmp }}
19+
BCFG: ${{ matrix.configuration }}
1820
BASE: ${{ matrix.base }}
1921
PROF: ${{ matrix.profile }}
2022
EXTRA: ${{ matrix.extra }}
2123
TEST: ${{ matrix.test }}
24+
VV: "1"
2225

2326
strategy:
2427
fail-fast: false
2528
matrix:
2629
include:
2730
- os: ubuntu-latest
31+
cmp: gcc
32+
configuration: default
2833
base: "7.0"
2934
python: "3.7"
3035
profile: deb10
3136
test: yes
3237

3338
- os: ubuntu-latest
39+
cmp: gcc
40+
configuration: default
3441
base: "7.0"
3542
python: "3.8"
3643
profile: latest
3744
test: yes
3845

3946
- os: ubuntu-latest
47+
cmp: gcc
48+
configuration: default
4049
base: "7.0"
4150
python: "3.9"
4251
profile: latest
4352
test: yes
4453

4554
- os: ubuntu-latest
55+
cmp: gcc
56+
configuration: default
57+
base: "7.0"
58+
python: "3.10"
59+
profile: latest
60+
test: yes
61+
62+
- os: macos-latest
63+
cmp: gcc
64+
configuration: default
4665
base: "7.0"
4766
python: "3.10"
4867
profile: latest

0 commit comments

Comments
 (0)