mirror of
https://github.com/logos-storage/nim-leopard.git
synced 2026-01-02 13:43:08 +00:00
Removes conditional block for macos in ci
This commit is contained in:
parent
84580fe990
commit
4ca9dca0f2
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
@ -40,10 +40,5 @@ jobs:
|
||||
run: nimble install -y
|
||||
- name: Build and run tests
|
||||
run: |
|
||||
if [[ '${{ matrix.platform.os }}' == 'macos' ]]; then
|
||||
export PATH="$(brew --prefix llvm@14)/bin:${PATH}"
|
||||
export LDFLAGS="-L$(brew --prefix libomp)/lib -L$(brew --prefix llvm@14)/lib -Wl,-rpath,$(brew --prefix llvm@14)/lib"
|
||||
compiler_extra_options="-d:LeopardCmakeFlags='-DCMAKE_BUILD_TYPE=Release' -d:LeopardExtraCompilerlags='-fopenmp' -d:LeopardExtraLinkerFlags='-fopenmp -L$(brew --prefix libomp)/lib'"
|
||||
fi
|
||||
eval nimble --verbose test -d:release --mm:refc ${compiler_extra_options}
|
||||
eval nimble --verbose test -d:release --mm:orc ${compiler_extra_options}
|
||||
eval nimble --verbose test -d:release --mm:refc
|
||||
eval nimble --verbose test -d:release --mm:orc
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user