Skip to content

Commit 4487197

Browse files
committed
Update smoketest
1 parent 7e668c5 commit 4487197

1 file changed

Lines changed: 15 additions & 14 deletions

File tree

Makefile

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
smoketest: FORCE
22
mkdir -p out
3-
tinygo build -o ./out/all.zero-kb02.uf2 --size short --target ./targets/zero-kb02.json ./games/all/
4-
tinygo build -o ./out/flappygopher.zero-kb02.uf2 --size short --target ./targets/zero-kb02.json ./games/flappygopher/
5-
tinygo build -o ./out/jumpingopher.zero-kb02.uf2 --size short --target ./targets/zero-kb02.json ./games/jumpingopher/
6-
tinygo build -o ./out/blocks.zero-kb02.uf2 --size short --target ./targets/zero-kb02.json ./games/blocks/
7-
tinygo build -o ./out/example_GeoM.zero-kb02.uf2 --size short --target ./targets/zero-kb02.json ./examples/GeoM/
8-
tinygo build -o ./out/example_drawing.zero-kb02.uf2 --size short --target ./targets/zero-kb02.json ./examples/drawing/
9-
tinygo build -o ./out/all.gopher-badge.uf2 --size short --target gopher-badge ./games/all/
10-
tinygo build -o ./out/all.pybadge.uf2 --size short --target pybadge ./games/all/
11-
tinygo build -o ./out/all.wioterminal.uf2 --size short --target wioterminal ./games/all/
12-
tinygo build -o ./out/all.macropad-rp2040.uf2 --size short --target macropad-rp2040 ./games/all/
13-
tinygo build -o ./out/all.gopher-board-i2c.uf2 --size short --target ./targets/gopher-board-i2c.json ./games/all/
14-
tinygo build -o ./out/all.gopher-board-spi.uf2 --size short --target ./targets/gopher-board-spi.json ./games/all/
15-
tinygo build -o ./out/all.wasm --size short --target wasm --no-debug --panic trap ./games/all/
16-
tinygo build -o ./out/goradius.zero-kb02.uf2 --size short --target ./targets/zero-kb02.json ./games/goradius/
3+
tinygo build -o ./out/all.zero-kb02.uf2 --size short --target ./targets/zero-kb02.json ./games/all/
4+
tinygo build -o ./out/flappygopher.zero-kb02.uf2 --size short --target ./targets/zero-kb02.json ./games/flappygopher/
5+
tinygo build -o ./out/jumpingopher.zero-kb02.uf2 --size short --target ./targets/zero-kb02.json ./games/jumpingopher/
6+
tinygo build -o ./out/blocks.zero-kb02.uf2 --size short --target ./targets/zero-kb02.json ./games/blocks/
7+
tinygo build -o ./out/example_GeoM.zero-kb02.uf2 --size short --target ./targets/zero-kb02.json ./examples/GeoM/
8+
tinygo build -o ./out/example_drawing.zero-kb02.uf2 --size short --target ./targets/zero-kb02.json ./examples/drawing/
9+
tinygo build -o ./out/all.gopher-badge.uf2 --size short --target gopher-badge ./games/all/
10+
tinygo build -o ./out/all.pybadge.uf2 --size short --target pybadge ./games/all/
11+
tinygo build -o ./out/all.wioterminal.uf2 --size short --target wioterminal ./games/all/
12+
tinygo build -o ./out/all.macropad-rp2040.uf2 --size short --target macropad-rp2040 ./games/all/
13+
tinygo build -o ./out/all.gopher-board-i2c.uf2 --size short --target ./targets/gopher-board-i2c.json ./games/all/
14+
tinygo build -o ./out/all.gopher-board-spi.uf2 --size short --target ./targets/gopher-board-spi.json ./games/all/
15+
tinygo build -o ./out/all.conf2025badge.uf2 --size short --target ./targets/conf2025badge.json ./games/all/
16+
tinygo build -o ./out/all.wasm --size short --target wasm --no-debug --panic trap ./games/all/
17+
tinygo build -o ./out/goradius.zero-kb02.uf2 --size short --target ./targets/zero-kb02.json ./games/goradius/
1718

1819
FORCE:

0 commit comments

Comments
 (0)