Revert "disable tests under mingw" (#187)

This reverts commit 7e834d7702.
This commit is contained in:
Steven G. Johnson 2020-03-29 10:48:42 -04:00 committed by GitHub
parent c6858e955c
commit ffba678bf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,12 +29,14 @@ build_script:
cd /c/projects/utf8proc && cd /c/projects/utf8proc &&
mkdir mingw_static && mkdir mingw_static &&
cd mingw_static && cd mingw_static &&
cmake .. -DCMAKE_VERBOSE_MAKEFILE=ON -G'MSYS Makefiles' && cmake .. -DCMAKE_VERBOSE_MAKEFILE=ON -DUTF8PROC_ENABLE_TESTING=On -G'MSYS Makefiles' &&
make && make &&
ctest &&
mkdir ../mingw_shared && mkdir ../mingw_shared &&
cd ../mingw_shared && cd ../mingw_shared &&
cmake .. -DCMAKE_VERBOSE_MAKEFILE=ON -DBUILD_SHARED_LIBS=ON -G'MSYS Makefiles' && cmake .. -DCMAKE_VERBOSE_MAKEFILE=ON -DBUILD_SHARED_LIBS=ON -DUTF8PROC_ENABLE_TESTING=On -G'MSYS Makefiles' &&
make make &&
ctest
" "
on_finish: on_finish: