Update .cirrus.yml
This commit is contained in:
parent
2435372ab0
commit
8e550cc59d
|
@ -5,7 +5,7 @@ task:
|
||||||
name: AppleM1/MacPorts
|
name: AppleM1/MacPorts
|
||||||
compile_script:
|
compile_script:
|
||||||
- wget https://github.com/macports/macports-base/releases/download/v2.8.1/MacPorts-2.8.1-13-Ventura.pkg
|
- wget https://github.com/macports/macports-base/releases/download/v2.8.1/MacPorts-2.8.1-13-Ventura.pkg
|
||||||
- installer -verboseR -pkg MacPorts-2.8.1-13-Ventura.pkg
|
- installer -verboseR -pkg MacPorts-2.8.1-13-Ventura.pkg -target /
|
||||||
- port install gcc-devel
|
- port install gcc-devel
|
||||||
- port install llvm-16
|
- port install llvm-16
|
||||||
- export PATH=/opt/local/bin:$PATH
|
- export PATH=/opt/local/bin:$PATH
|
||||||
|
|
Loading…
Reference in New Issue