Commit 0f1b5c1d authored by Bernhard Nortmann's avatar Bernhard Nortmann
Browse files

teaci: Enable .fex testing in build configuration


Signed-off-by: default avatarBernhard Nortmann <bernhard.nortmann@web.de>
parent d124a021
...@@ -13,5 +13,5 @@ build: ...@@ -13,5 +13,5 @@ build:
commands: commands:
- if [ $$BITS = 32 ]; then TARGET=i686; fi - if [ $$BITS = 32 ]; then TARGET=i686; fi
- if [ $$BITS = 64 ]; then TARGET=x86_64; fi - if [ $$BITS = 64 ]; then TARGET=x86_64; fi
- pacman -S --needed --noconfirm --noprogressbar mingw-w64-${TARGET}-libusb - pacman -S --needed --noconfirm --noprogressbar mingw-w64-${TARGET}-libusb unzip
- make && make misc - make && make misc && make -C tests/ check_all_fex
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