mirror of
https://github.com/CPunch/Laika.git
synced 2025-10-07 16:40:05 +00:00
Removed MacOS target
This commit is contained in:
16
.github/workflows/check-build.yaml
vendored
16
.github/workflows/check-build.yaml
vendored
@@ -45,20 +45,4 @@ jobs:
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: laika-demo-binaries-windows
|
||||
path: bin
|
||||
|
||||
macOS-build:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Create CMake build files
|
||||
run: cmake -B build
|
||||
- name: Check compilation
|
||||
run: cmake --build build
|
||||
- name: Upload build artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: laika-demo-binaries-macos
|
||||
path: bin
|
Reference in New Issue
Block a user