mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
Update test_macos.yml
This commit is contained in:
parent
03dd6bd313
commit
c9a0b53b9c
3
.github/workflows/test_macos.yml
vendored
3
.github/workflows/test_macos.yml
vendored
@ -28,11 +28,10 @@ jobs:
|
|||||||
# sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.15.pkg -target /
|
# sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.15.pkg -target /
|
||||||
brew install --cask xquartz
|
brew install --cask xquartz
|
||||||
brew install llvm@11 swig udunits openmotif maven
|
brew install llvm@11 swig udunits openmotif maven
|
||||||
brew link llvm llvm@11
|
|
||||||
- name: Build Trick
|
- name: Build Trick
|
||||||
run: |
|
run: |
|
||||||
export MAKEFLAGS=-j4
|
export MAKEFLAGS=-j4
|
||||||
./configure
|
./configure --with-llvm=/usr/local/opt/llvm@11
|
||||||
make
|
make
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user