Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Sunxi Tools
Commits
0f1b5c1d
Commit
0f1b5c1d
authored
Oct 29, 2016
by
Bernhard Nortmann
Browse files
teaci: Enable .fex testing in build configuration
Signed-off-by:
Bernhard Nortmann
<
bernhard.nortmann@web.de
>
parent
d124a021
Changes
1
Show whitespace changes
Inline
Side-by-side
.drone.yml
View file @
0f1b5c1d
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment