Commit d124a021 authored by Bernhard Nortmann's avatar Bernhard Nortmann
Browse files

appveyor: Enable .fex testing in build configuration


Signed-off-by: default avatarBernhard Nortmann <bernhard.nortmann@web.de>
parent a191b8c5
......@@ -17,7 +17,10 @@ build_script:
- cmd: mingw32-make LIBUSB_CFLAGS="-I libusb/include/libusb-1.0" LIBUSB_LIBS="-L libusb/MinGW32/dll -lusb-1.0"
- cmd: mingw32-make misc
after_build:
test_script:
- cmd: mingw32-make -C tests/ check_all_fex
after_test:
- cmd: .appveyor/package-artifacts.cmd
artifacts:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment