File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ smoketest-tinygo:
11
11
@md5sum test.hex
12
12
$(TINYGO ) build -o test.uf2 -size=short -target=circuitplay-bluefruit ./examples/circuitplay
13
13
@md5sum test.hex
14
+ $(TINYGO ) build -o test.uf2 -size=short -target=circuitplay-bluefruit ./examples/channelscan
15
+ @md5sum test.hex
14
16
$(TINYGO ) build -o test.hex -size=short -target=pca10040-s132v6 ./examples/heartrate
15
17
@md5sum test.hex
16
18
$(TINYGO ) build -o test.hex -size=short -target=reelboard-s140v7 ./examples/ledcolor
@@ -34,13 +36,16 @@ smoketest-linux:
34
36
GOOS=linux go build -o /tmp/go-build-discard ./examples/nusserver
35
37
GOOS=linux go build -o /tmp/go-build-discard ./examples/scanner
36
38
GOOS=linux go build -o /tmp/go-build-discard ./examples/discover
39
+ GOOS=linux go build -o /tmp/go-build-discard ./examples/channelscan
37
40
38
41
smoketest-windows :
39
42
# Test on Windows.
40
43
GOOS=windows CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc go build -o /tmp/go-build-discard ./examples/scanner
44
+ GOOS=windows CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc go build -o /tmp/go-build-discard ./examples/channelscan
41
45
42
46
smoketest-macos :
43
47
# Test on macos.
44
48
GOOS=darwin CGO_ENABLED=1 go build -o /tmp/go-build-discard ./examples/scanner
45
49
GOOS=darwin CGO_ENABLED=1 go build -o /tmp/go-build-discard ./examples/discover
46
50
GOOS=darwin CGO_ENABLED=1 go build -o /tmp/go-build-discard ./examples/nusclient
51
+ GOOS=darwin CGO_ENABLED=1 go build -o /tmp/go-build-discard ./examples/channelscan
You can’t perform that action at this time.
0 commit comments