Update windows.yml
This commit is contained in:
parent
dd1cc3daee
commit
c99b6e00f7
13
.github/workflows/windows.yml
vendored
13
.github/workflows/windows.yml
vendored
@ -13,21 +13,28 @@ jobs:
|
|||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: make setup
|
- name: make setup
|
||||||
|
working-directory: D:/a/raylib-cpp-starter
|
||||||
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
|
||||||
|
working-directory: D:/a/raylib-cpp-starter
|
||||||
run: mingw32-make compile
|
run: mingw32-make compile
|
||||||
|
shell: cmd
|
||||||
|
|
||||||
- name: make clean
|
- name: make clean
|
||||||
|
working-directory: D:/a/raylib-cpp-starter
|
||||||
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++
|
||||||
|
working-directory: D:/a/raylib-cpp-starter
|
||||||
run: mingw32-make compile CXX=g++
|
run: mingw32-make compile CXX=g++
|
||||||
|
shell: cmd
|
||||||
|
|
||||||
- name: make clean
|
- name: make clean
|
||||||
|
working-directory: D:/a/raylib-cpp-starter
|
||||||
run: mingw32-make clean
|
run: mingw32-make clean
|
||||||
shell: cmd
|
shell: cmd
|
||||||
working-directory: D:/a/raylib-cpp-starter
|
|
||||||
|
Loading…
Reference in New Issue
Block a user