diff options
| author | Ray <[email protected]> | 2020-01-09 17:21:12 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-01-09 17:21:12 +0100 |
| commit | f21bd8836a977590051d83b6aa1e19c47a93a264 (patch) | |
| tree | dc132b007ca52a4ada053c5b678631bb484b5a72 /.github/workflows | |
| parent | 18c309fb380cff8a5996d628c90e7cf455a1f8cf (diff) | |
| download | raylib-f21bd8836a977590051d83b6aa1e19c47a93a264.tar.gz raylib-f21bd8836a977590051d83b6aa1e19c47a93a264.zip | |
Update ci_src_examples_win.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci_src_examples_win.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/ci_src_examples_win.yml b/.github/workflows/ci_src_examples_win.yml index c552fd2f..c661125c 100644 --- a/.github/workflows/ci_src_examples_win.yml +++ b/.github/workflows/ci_src_examples_win.yml @@ -7,12 +7,9 @@ jobs: runs-on: windows-latest steps: - uses: actions/checkout@v1 - - name: Enable MSVC Developer Command Prompt - uses: ilammy/[email protected] - 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 |
