Update .cirrus.yml

This commit is contained in:
Martin Kroeker 2023-09-28 14:28:04 +02:00 committed by GitHub
parent 86178358c9
commit e15d717848
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -9,9 +9,10 @@ task:
- export PATH=/opt/local/bin:$PATH - export PATH=/opt/local/bin:$PATH
- sudo port install gcc-devel - sudo port install gcc-devel
- sudo port install llvm-16 - sudo port install llvm-16
- sudo port install clang-16
- export LDFLAGS="-L/opt/local/lib" - export LDFLAGS="-L/opt/local/lib"
- export CPPFLAGS="-I/opt/local/include" - export CPPFLAGS="-I/opt/local/include"
- ls /opt/local/bin - ls -R /opt/local/bin
- make TARGET=VORTEX CC=/opt/local/bin/clang-mp-16 - make TARGET=VORTEX CC=/opt/local/bin/clang-mp-16
task: task: