mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-06 06:13:10 +00:00
Create ci_src_examples_macos.yml
This commit is contained in:
parent
6f0a4a7663
commit
b17937dda8
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…
x
Reference in New Issue
Block a user