mirror of
https://github.com/BlackMATov/vmath.hpp.git
synced 2025-12-14 20:31:25 +07:00
github: darwin workflow
This commit is contained in:
21
.github/workflows/darwin.yml
vendored
Normal file
21
.github/workflows/darwin.yml
vendored
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
name: darwin
|
||||||
|
|
||||||
|
on: [push, pull_request]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: macos-10.15
|
||||||
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
|
matrix:
|
||||||
|
compiler:
|
||||||
|
- { xcode: "10.3" }
|
||||||
|
- { xcode: "11.7" }
|
||||||
|
- { xcode: "12.4" }
|
||||||
|
name: "xcode-${{matrix.compiler.xcode}}"
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: Select Xcode
|
||||||
|
run: sudo xcode-select --switch "/Applications/Xcode_${{matrix.compiler.xcode}}.app"
|
||||||
|
- name: Build
|
||||||
|
run: .ci/build_darwin.sh
|
||||||
Reference in New Issue
Block a user