|
@@ -10,7 +10,9 @@ jobs:
|
|
|
- name: Enable MSVC Developer Command Prompt
|
|
|
uses: ilammy/[email protected]
|
|
|
- name: Setup Environment
|
|
|
- run: mkdir build && cd build
|
|
|
+ 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
|