Windows unit tests CI #1

This commit is contained in:
rusefillc 2022-09-04 23:42:38 -04:00
parent a91ff4d788
commit e939c1cd05
1 changed files with 2 additions and 12 deletions

View File

@ -10,13 +10,6 @@ jobs:
- name: Set up MinGW
uses: egor-tensin/setup-mingw@v2
# - name: Install GCC
# uses: egor-tensin/setup-gcc@v1
- name: Print GCC version
working-directory: .
run: x86_64-w64-mingw32-gcc -v
- name: Print GCC version
working-directory: .
run: gcc -v
@ -25,11 +18,8 @@ jobs:
working-directory: .
run: make -v
- name: Print make version
working-directory: .
run: mingw32-make -v
# huh? how come this does not work? :(
- name: Compile
working-directory: .
run: mingw32-make
run: make