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 31
31
build_static : false
32
32
flags : CC=gcc-13 CXX=g++-13 OSX=13 ADD_CXXFLAGS=-Wl,-ld_classic
33
33
download_requirements : brew install metis bash
34
+ - os : macos-14
35
+ arch : arm64
36
+ build_static : false
37
+ flags : CC=gcc-13 CXX=g++-13 OSX=14 ADD_CXXFLAGS=-Wl,-ld_classic
38
+ download_requirements : brew install metis bash
34
39
steps :
35
40
- name : Checkout source
36
41
uses : actions/checkout@v4
70
75
with :
71
76
repository : coin-or-tools/platform-analysis-tools
72
77
path : tools
73
- ref : 0.0.1
78
+ ref : 0.0.2
74
79
- name : Retrieve platform info
75
80
run : |
76
81
python3 -m venv venv
80
85
platform_str=`python3 tools/hsf_get_platform.py -b $buildtype`
81
86
echo "platform_string=${platform_str}" >> $GITHUB_ENV
82
87
- name : Upload Artifact
83
- if : ${{ github.event_name == 'pull_request'}}
84
88
uses : actions/upload-artifact@v4
85
89
with :
86
90
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