Browse Source

Update .cirrus.yml

pull/4243/head
Martin Kroeker GitHub 2 years ago
parent
commit
e15d717848
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .cirrus.yml

+ 2
- 1
.cirrus.yml View File

@@ -9,9 +9,10 @@ task:
- export PATH=/opt/local/bin:$PATH
- sudo port install gcc-devel
- sudo port install llvm-16
- sudo port install clang-16
- export LDFLAGS="-L/opt/local/lib"
- 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

task:


Loading…
Cancel
Save