Skip to content

Commit b47c8b8

Browse files
committed
refactoring makefiles
1 parent b9edd6c commit b47c8b8

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,10 @@ doflash: applets
8585
all_images:
8686
$(MAKE) -C applet ci
8787

88-
ci: clean
88+
download:
89+
$(MAKE) -C firmware download
90+
91+
ci: clean download
8992
$(MAKE) -C applet ci
9093
$(MAKE) -C db ci
9194
$(MAKE) data

ci-script.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22
set -e errexit #otherwise bash continues after error!
3-
#make -C applet ci
4-
cd firmware ; ./test.sh
3+
make ci
4+
#cd firmware ; ./test.sh

0 commit comments

Comments
 (0)