
- Add OpenMP to macOS build - Use as many cores as possible in CI - Update travis osx image to xcode12.2 - Ignore .vscode folder - In `.travis/sign-macos.sh`, only create keychain when `CI` variable is present - Only run macOS deploy stage when a tag is pushed
4 lines
62 B
Bash
Executable File
4 lines
62 B
Bash
Executable File
#!/bin/sh -xe
|
|
|
|
brew install llvm@9
|
|
git submodule update --init |