mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-31 03:09:17 -05:00
Update ci_src_examples_win.yml
This commit is contained in:
3
.github/workflows/ci_src_examples_win.yml
vendored
3
.github/workflows/ci_src_examples_win.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
name: CI - Source & Examples - Windows
|
name: CI - Source & Examples - Windows
|
||||||
|
|
||||||
on: [push, pull_request, release]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -10,6 +10,7 @@ jobs:
|
|||||||
- name: Setup Environment
|
- name: Setup Environment
|
||||||
run: |
|
run: |
|
||||||
mkdir build
|
mkdir build
|
||||||
|
cd build
|
||||||
- name: Setup CMake Project
|
- name: Setup CMake Project
|
||||||
run: cmake -G "Visual Studio 14 2015" -DSTATIC=ON -DSHARED=ON -DBUILD_EXAMPLES=ON -DBUILD_GAMES=OFF -DINCLUDE_EVERYTHING=ON ..
|
run: cmake -G "Visual Studio 14 2015" -DSTATIC=ON -DSHARED=ON -DBUILD_EXAMPLES=ON -DBUILD_GAMES=OFF -DINCLUDE_EVERYTHING=ON ..
|
||||||
- name: Build raylib Source & Examples
|
- name: Build raylib Source & Examples
|
||||||
|
|||||||
Reference in New Issue
Block a user