Temporarily disable AppVeyor to prevent spurious builds.

This commit is contained in:
David Given
2020-01-28 00:14:45 +01:00
parent fa09631e32
commit 1e82f697a9

View File

@@ -1,41 +1,41 @@
version: '{branch}.{build}' #version: '{branch}.{build}'
clone_depth: 1 #clone_depth: 1
skip_tags: true #skip_tags: true
#
environment: #environment:
MSYSTEM: MINGW32 # MSYSTEM: MINGW32
#
init: #init:
- git config --global core.autocrlf input # - git config --global core.autocrlf input
#
install: #install:
- set PATH=c:\msys64\mingw32\bin;c:\msys64\usr\bin;c:\msys64\bin;%PATH% # - set PATH=c:\msys64\mingw32\bin;c:\msys64\usr\bin;c:\msys64\bin;%PATH%
- echo %PATH% # - echo %PATH%
- pacman -S --noconfirm --needed make ninja mingw-w64-i686-libusb mingw-w64-i686-sqlite3 mingw-w64-i686-zlib mingw-w64-i686-gcc zip # - pacman -S --noconfirm --needed make ninja mingw-w64-i686-libusb mingw-w64-i686-sqlite3 mingw-w64-i686-zlib mingw-w64-i686-gcc zip
#
build_script: #build_script:
- make # - make
- zip -9 fluxengine.zip fluxengine.exe brother120tool.exe FluxEngine.cydsn/CortexM3/ARM_GCC_541/Release/FluxEngine.hex # - zip -9 fluxengine.zip fluxengine.exe brother120tool.exe FluxEngine.cydsn/CortexM3/ARM_GCC_541/Release/FluxEngine.hex
#
artifacts: #artifacts:
- path: fluxengine.zip # - path: fluxengine.zip
name: fluxengine.zip # name: fluxengine.zip
#
deploy: #deploy:
release: FluxEngine Windows client version $(APPVEYOR_BUILD_NUMBER) # release: FluxEngine Windows client version $(APPVEYOR_BUILD_NUMBER)
description: > # description: >
This is an automatically built version of the FluxEngine Windows client # This is an automatically built version of the FluxEngine Windows client
which is generated whenever a significant checkin has happened. It's had # which is generated whenever a significant checkin has happened. It's had
no testing whatsoever. # no testing whatsoever.
#
To use, download it, put it somewhere, and then run it from a cmd window # To use, download it, put it somewhere, and then run it from a cmd window
or other command line shell. # or other command line shell.
provider: GitHub # provider: GitHub
auth_token: # auth_token:
secure: dfJjj7fWCoDUz+Ni11OcNPB/U3TNJFwNA2AsL++ChFjniUsZLlC6SDWHiL/t4FZo # secure: dfJjj7fWCoDUz+Ni11OcNPB/U3TNJFwNA2AsL++ChFjniUsZLlC6SDWHiL/t4FZo
artifact: fluxengine.zip # artifact: fluxengine.zip
draft: false # draft: false
prerelease: false # prerelease: false
on: # on:
branch: master # branch: master
#