Updated to run setup and clean commands
This commit is contained in:
parent
6a73638ec7
commit
261d9ed88a
14
.github/workflows/windows.yml
vendored
14
.github/workflows/windows.yml
vendored
@ -13,5 +13,15 @@ jobs:
|
|||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: make
|
- name: make setup
|
||||||
run: mingw32-make
|
run: make setup
|
||||||
|
|
||||||
|
- name: make compile
|
||||||
|
run: make compile
|
||||||
|
- name: make clean
|
||||||
|
run: make clean
|
||||||
|
|
||||||
|
- name: make compile CXX=g++
|
||||||
|
run: make compile CXX=g++
|
||||||
|
- name: make clean
|
||||||
|
run: make clean
|
||||||
|
Loading…
Reference in New Issue
Block a user