File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 30
30
build_static : false
31
31
flags : CC=gcc-13 CXX=g++-13 OSX=13 ADD_CXXFLAGS=-Wl,-ld_classic
32
32
download_requirements : brew install metis bash
33
+ - os : macos-14
34
+ arch : arm64
35
+ build_static : false
36
+ flags : CC=gcc-13 CXX=g++-13 OSX=14 ADD_CXXFLAGS=-Wl,-ld_classic
37
+ download_requirements : brew install metis bash
33
38
steps :
34
39
- name : Checkout source
35
40
uses : actions/checkout@v4
69
74
with :
70
75
repository : coin-or-tools/platform-analysis-tools
71
76
path : tools
72
- ref : 0.0.1
77
+ ref : 0.0.2
73
78
- name : Retrieve platform info
74
79
run : |
75
80
python3 -m venv venv
79
84
platform_str=`python3 tools/hsf_get_platform.py -b $buildtype`
80
85
echo "platform_string=${platform_str}" >> $GITHUB_ENV
81
86
- name : Upload Artifact
82
- if : ${{ github.event_name == 'pull_request'}}
83
87
uses : actions/upload-artifact@v4
84
88
with :
85
89
name : ${{ github.event.repository.name }}-${{ env.platform_string }}.tar.gz
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
ADD_BUILD_ARGS+=( --build=x86_64-w64-mingw32 --tests main --enable-relocatable )
103
103
ADD_BUILD_ARGS+=( --verbosity 2 )
104
104
[[ ${{ matrix.debug }} == "true" ]] && ADD_BUILD_ARGS+=( --enable-debug )
105
- [[ ${{ matrix.arch }} == "msvc" ]] && ADD_BUILD_ARGS+=( --enable-msvc=MD )
105
+ [[ ${{ matrix.arch }} == "msvc" ]] && ADD_BUILD_ARGS+=( --enable-msvc )
106
106
./coinbrew/coinbrew fetch ${{ github.event.repository.name }} --skip-update "${ADD_ARGS[@]}"
107
107
./coinbrew/coinbrew build ${{ github.event.repository.name }} ${{ env.host_flag }} \
108
108
"${ADD_ARGS[@]}" "${ADD_BUILD_ARGS[@]}"
@@ -127,7 +127,6 @@ jobs:
127
127
shell : msys2 {0}
128
128
if : ${{ matrix.arch != 'msvc' }}
129
129
- name : Upload artifact
130
- if : ${{ github.event_name == 'pull_request'}}
131
130
uses : actions/upload-artifact@v4
132
131
with :
133
132
name : ${{ github.event.repository.name }}-${{ env.package_suffix }}
You can’t perform that action at this time.
0 commit comments