Create ci_src_examples_macos.yml
This commit is contained in:
parent
6f0a4a7663
commit
b17937dda8
1 changed files with 13 additions and 0 deletions
13
.github/workflows/ci_src_examples_macos.yml
vendored
Normal file
13
.github/workflows/ci_src_examples_macos.yml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name: CI - Source & Examples - Windows
|
||||||
|
|
||||||
|
on: [push, pull_request, release]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: macos-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- name: make src
|
||||||
|
run: cd src && make PLATFORM=PLATFORM_DESKTOP
|
||||||
|
- name: make examples
|
||||||
|
run: cd examples && make PLATFORM=PLATFORM_DESKTOP
|
Loading…
Add table
Add a link
Reference in a new issue