summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorRay <[email protected]>2020-01-09 17:06:34 +0100
committerGitHub <[email protected]>2020-01-09 17:06:34 +0100
commitbc07636d6bf730ec7ca197a81581be37d8f9a116 (patch)
tree03157c45e73a65a1a109ef714d43d7f5a3aad06a /.github
parent7104911236ca4d22fb868adcea89224d2c2f27a7 (diff)
downloadraylib-bc07636d6bf730ec7ca197a81581be37d8f9a116.tar.gz
raylib-bc07636d6bf730ec7ca197a81581be37d8f9a116.zip
Update ci_src_examples_win.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci_src_examples_win.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ci_src_examples_win.yml b/.github/workflows/ci_src_examples_win.yml
index a6b115bc..8c95ba47 100644
--- a/.github/workflows/ci_src_examples_win.yml
+++ b/.github/workflows/ci_src_examples_win.yml
@@ -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