We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9edd6c commit b47c8b8Copy full SHA for b47c8b8
Makefile
@@ -85,7 +85,10 @@ doflash: applets
85
all_images:
86
$(MAKE) -C applet ci
87
88
-ci: clean
+download:
89
+ $(MAKE) -C firmware download
90
+
91
+ci: clean download
92
93
$(MAKE) -C db ci
94
$(MAKE) data
ci-script.sh
@@ -1,4 +1,4 @@
1
#!/bin/bash
2
set -e errexit #otherwise bash continues after error!
3
-#make -C applet ci
4
-cd firmware ; ./test.sh
+make ci
+#cd firmware ; ./test.sh
0 commit comments