File tree 3 files changed +15
-1
lines changed
3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ cirrus_wheels_macos_arm64_task :
2
+ macos_instance :
3
+ image : ghcr.io/cirruslabs/macos-ventura-base:latest
4
+ env :
5
+ GH_TOKEN : ENCRYPTED[5cef4d5798a06ef1d2681e25b0e79f83dd63a64375c6ee9c66845cdd067c31d22d93e9656a9eec0def2c5da2e755466b]
6
+ build_script :
7
+ ./build.sh
8
+ upload_script :
9
+ - ls -l
10
+ - curl -X POST --data-binary @otconda-1.23-MacOSX-arm64.sh --header "Authorization : token $GH_TOKEN" --header "Content-Type: application/octet-stream" https://uploads.github.com/repos/$CIRRUS_REPO_FULL_NAME/releases/$CIRRUS_RELEASE/assets?name=otconda-1.23-MacOSX-arm64.sh
Original file line number Diff line number Diff line change 1
1
.. image :: https://github.com/openturns/otconda/actions/workflows/build.yml/badge.svg?branch=master
2
2
:target: https://github.com/openturns/otconda/actions/workflows/build.yml
3
3
4
+ .. image :: https://api.cirrus-ci.com/github/openturns/otconda.svg?branch=master
5
+ :target: https://cirrus-ci.com/github/openturns/otconda
6
+
4
7
otconda installer
5
8
=================
6
9
Original file line number Diff line number Diff line change 16
16
else
17
17
OS=MacOSX
18
18
fi
19
+ ARCH=` uname -m`
19
20
20
21
# install constructor
21
- wget -c --no-check-certificate https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-${OS} -x86_64 .sh -P /tmp
22
+ wget -c --no-check-certificate https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-${OS} -${ARCH} .sh -P /tmp
22
23
rm -rf /tmp/miniforge
23
24
bash /tmp/Miniforge3-${OS} -x86_64.sh -b -p /tmp/miniforge
24
25
export PATH=" /tmp/miniforge/bin:$PATH "
You can’t perform that action at this time.
0 commit comments