Update windows.yml

This commit is contained in:
Aryeh 2020-11-27 14:05:56 +11:00 committed by GitHub
parent bdab6a0784
commit dd1cc3daee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,15 +16,18 @@ jobs:
- name: make setup - name: make setup
run: mingw32-make setup run: mingw32-make setup
shell: cmd shell: cmd
working-directory: D:/a/raylib-cpp-starter
- name: make compile - name: make compile
run: mingw32-make compile run: mingw32-make compile
- name: make clean - name: make clean
run: mingw32-make clean run: mingw32-make clean
shell: cmd shell: cmd
working-directory: D:/a/raylib-cpp-starter
- name: make compile CXX=g++ - name: make compile CXX=g++
run: mingw32-make compile CXX=g++ run: mingw32-make compile CXX=g++
- name: make clean - name: make clean
run: mingw32-make clean run: mingw32-make clean
shell: cmd shell: cmd
working-directory: D:/a/raylib-cpp-starter