Browse Source

Update ci_src_examples_win.yml

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

+ 4
- 4
.github/workflows/ci_src_examples_win.yml View File

@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Enable MSVC Developer Command Prompt - name: Enable MSVC Developer Command Prompt
uses: ilammy/msvc-dev-cmd@v1.0.0 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
- 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
run: cmake --build . --target install

Loading…
Cancel
Save