mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 21:27:54 +00:00
update llvm in macOS CI from 11 to 14
This commit is contained in:
parent
ce419f11ee
commit
63e9c32416
6
.github/workflows/test_macos.yml
vendored
6
.github/workflows/test_macos.yml
vendored
@ -24,11 +24,13 @@ jobs:
|
||||
run: |
|
||||
# sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.15.pkg -target /
|
||||
brew install --cask xquartz
|
||||
brew install llvm@11 swig udunits openmotif maven
|
||||
brew install swig udunits openmotif maven
|
||||
wget https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.6/clang+llvm-14.0.6-x86_64-apple-darwin.tar.xz
|
||||
tar -xvf clang+llvm-14.0.6-x86_64-apple-darwin.tar.xz
|
||||
- name: Build Trick
|
||||
run: |
|
||||
export MAKEFLAGS=-j4
|
||||
./configure --with-llvm=/usr/local/opt/llvm@11
|
||||
./configure --with-llvm=${GITHUB_WORKSPACE}/clang+llvm-14.0.6-x86_64-apple-darwin
|
||||
make
|
||||
- name: Run tests
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user