Update .cirrus.yml
This commit is contained in:
parent
e8dfa6180b
commit
4906a179b2
|
@ -5,9 +5,9 @@ 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-12-Monterey.pkg
|
- wget https://github.com/macports/macports-base/releases/download/v2.8.1/MacPorts-2.8.1-12-Monterey.pkg
|
||||||
- installer -verboseR -pkg MacPorts-2.8.1-12-Monterey.pkg -target /
|
- sudo installer -verboseR -pkg MacPorts-2.8.1-12-Monterey.pkg -target /
|
||||||
- port install gcc-devel
|
- sudo port install gcc-devel
|
||||||
- port install llvm-16
|
- sudo port install llvm-16
|
||||||
- export PATH=/opt/local/bin:$PATH
|
- export PATH=/opt/local/bin:$PATH
|
||||||
- export LDFLAGS="-L/opt/local/lib"
|
- export LDFLAGS="-L/opt/local/lib"
|
||||||
- export CPPFLAGS="-I/opt/local/include"
|
- export CPPFLAGS="-I/opt/local/include"
|
||||||
|
|
Loading…
Reference in New Issue