Skip to content

Commit 6d3922d

Browse files
committed
appveyor took out build for blink1-tiny-server for now for Windows
1 parent 71a2e54 commit 6d3922d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

appveyor.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ build_script:
2121
#- ps: dir C:\MinGW\msys\1.0\bin
2222
#- ps: dir C:\msys64
2323
- ps: cd commandline
24-
- ps: make CC=gcc package package-tiny-server
24+
- ps: make CC=gcc package
25+
#- ps: make CC=gcc package-tiny-server
2526
- ps: cd blink1control-tool
2627
- ps: make CC=gcc curl-setup
2728
- ps: make CC=gcc package
@@ -31,7 +32,7 @@ artifacts:
3132
name: blink1-tool
3233
- path: 'commandline\blink1-lib*.zip'
3334
name: blink1-lib
34-
- path: 'commandline\blink1-tiny-server*.zip'
35-
name: blink1-tiny-server
35+
#- path: 'commandline\blink1-tiny-server*.zip'
36+
# name: blink1-tiny-server
3637
- path: 'commandline\blink1control-tool\blink1control-tool*.zip'
3738
name: blink1control-tool

0 commit comments

Comments
 (0)