Github Actions macOS 2 [ci skip]

This commit is contained in:
Pentarctagon 2020-11-21 14:37:40 -06:00
parent e220d76c13
commit 3f5fc6670b
No known key found for this signature in database
GPG key ID: 9456BC54A21DBFA0

View file

@ -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