Browse Source

Update ci_src_examples_win.yml

pull/1060/head
Ray 5 years ago
committed by GitHub
parent
commit
887881486b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .github/workflows/ci_src_examples_win.yml

+ 2
- 1
.github/workflows/ci_src_examples_win.yml View File

@ -1,6 +1,6 @@
name: CI - Source & Examples - Windows
on: [push, pull_request, release]
on: [push, pull_request]
jobs:
build:
@ -10,6 +10,7 @@ jobs:
- name: Setup Environment
run: |
mkdir build
cd build
- name: Setup CMake Project
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

Loading…
Cancel
Save