Skip to content

Commit

Permalink
appveyor took out build for blink1-tiny-server for now for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
todbot committed Feb 6, 2017
1 parent 71a2e54 commit 6d3922d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ build_script:
#- ps: dir C:\MinGW\msys\1.0\bin
#- ps: dir C:\msys64
- ps: cd commandline
- ps: make CC=gcc package package-tiny-server
- ps: make CC=gcc package
#- ps: make CC=gcc package-tiny-server
- ps: cd blink1control-tool
- ps: make CC=gcc curl-setup
- ps: make CC=gcc package
Expand All @@ -31,7 +32,7 @@ artifacts:
name: blink1-tool
- path: 'commandline\blink1-lib*.zip'
name: blink1-lib
- path: 'commandline\blink1-tiny-server*.zip'
name: blink1-tiny-server
#- path: 'commandline\blink1-tiny-server*.zip'
# name: blink1-tiny-server
- path: 'commandline\blink1control-tool\blink1control-tool*.zip'
name: blink1control-tool

0 comments on commit 6d3922d

Please sign in to comment.