mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-07 03:25:10 +00:00
Adding macos to the build matrix
This commit is contained in:
@@ -10,10 +10,10 @@ jobs:
|
||||
matrix:
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
runtime: linux-x64
|
||||
name: Linux
|
||||
- os: macOS-latests
|
||||
name: MacOS
|
||||
- os: windows-latest
|
||||
runtime: win-x64
|
||||
name: Windows
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
@@ -31,4 +31,4 @@ jobs:
|
||||
- name: CheckBinaryName
|
||||
shell: bash
|
||||
if: matrix.name == 'Linux'
|
||||
run: test -f build/bomberman
|
||||
run: test -f build/bomberman
|
||||
|
||||
Reference in New Issue
Block a user