mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-06 14:23:12 +00:00
Create ci_src_examples_win.yml
This commit is contained in:
parent
1db9a85b5d
commit
98f4e06a37
15
.github/workflows/ci_src_examples_win.yml
vendored
Normal file
15
.github/workflows/ci_src_examples_win.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
name: CI - Source & Examples - Windows
|
||||||
|
|
||||||
|
on: [push, pull_request, release]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: windows-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- name: Enable MSVC Developer Command Prompt
|
||||||
|
uses: ilammy/msvc-dev-cmd@v1.0.0
|
||||||
|
- name: Build using CL.EXE
|
||||||
|
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