Github Actions macOS 2 [ci skip]
This commit is contained in:
parent
e220d76c13
commit
3f5fc6670b
1 changed files with 22 additions and 0 deletions
22
.github/workflows/ci-main.yml
vendored
22
.github/workflows/ci-main.yml
vendored
|
@ -306,3 +306,25 @@ jobs:
|
|||
export CFG=Release
|
||||
export CACHE_DIR=~/build-cache
|
||||
./.github/workflows/ci-scripts/macos.sh
|
||||
|
||||
macos-02-master:
|
||||
runs-on: macos-10.15
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: "recursive"
|
||||
|
||||
- name: Cache object files
|
||||
uses: actions/cache@v2
|
||||
env:
|
||||
cache-name: macos-02-cache-master
|
||||
with:
|
||||
path: ~/build-cache
|
||||
key: macos-02-master
|
||||
|
||||
- name: macOS Debug
|
||||
run: |
|
||||
export CFG=Debug
|
||||
export CACHE_DIR=~/build-cache
|
||||
./.github/workflows/ci-scripts/macos.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue