ci/win: add 'build.sh'

This commit is contained in:
umarcor
2020-12-03 08:07:26 +01:00
parent 8da8261fc3
commit 5c76ce3923
2 changed files with 16 additions and 4 deletions
+1 -4
View File
@@ -61,9 +61,6 @@ jobs:
run: |
export mingw64='cmd //C RefreshEnv.cmd & set MSYS=winsymlinks:nativestrict & C:\\msys64\\msys2_shell.cmd -defterm -no-start -mingw64 -full-path -here -c "$@" --'
$mingw64 ./autoconf.sh
$mingw64 ./configure
$mingw64 make install
$mingw64 make check
$mingw64 ./.github/build.sh
$mingw64 ./.github/test.sh