diff options
Diffstat (limited to '.github/workflows/ci_src_examples_win.yml')
| -rw-r--r-- | .github/workflows/ci_src_examples_win.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci_src_examples_win.yml b/.github/workflows/ci_src_examples_win.yml index 0bdb223b..33d0c1b4 100644 --- a/.github/workflows/ci_src_examples_win.yml +++ b/.github/workflows/ci_src_examples_win.yml @@ -9,6 +9,8 @@ jobs: - uses: actions/checkout@v1 - name: Enable MSVC Developer Command Prompt uses: ilammy/[email protected] + - run: mkdir build + - run: 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 |
