Update windows.yml

This commit is contained in:
Aryeh 2020-11-27 14:13:59 +11:00 committed by GitHub
parent c99b6e00f7
commit 26ada82c42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,26 +15,21 @@ jobs:
- uses: actions/checkout@v2
- name: make setup
working-directory: D:/a/raylib-cpp-starter
run: mingw32-make setup
shell: cmd
- name: make compile
working-directory: D:/a/raylib-cpp-starter
run: mingw32-make compile
shell: cmd
- name: make clean
working-directory: D:/a/raylib-cpp-starter
run: mingw32-make clean
shell: cmd
- name: make compile CXX=g++
working-directory: D:/a/raylib-cpp-starter
run: mingw32-make compile CXX=g++
shell: cmd
- name: make clean
working-directory: D:/a/raylib-cpp-starter
run: mingw32-make clean
shell: cmd