Mirror/appveyor.yml

46 lines
1.2 KiB
YAML
Raw Normal View History

2018-07-15 16:43:43 +00:00
version: '{branch}-{build}'
#init:
# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
#on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
install:
- set PATH=C:\Ruby25-x64\bin;%PATH%
- cd docs
2019-01-04 14:02:02 +00:00
- gem install bundler -v 1.17.3
- bundle install
- cd ..
- cp c:\Tools\curl\bin\libcurl.dll C:\Ruby25-x64\bin
2018-08-25 16:45:29 +00:00
#build:
# project: Mirror/Networking.sln
# verbosity: minimal
2018-07-15 16:43:43 +00:00
# Do not build on tags (GitHub only)
skip_tags: true
2018-08-25 16:45:29 +00:00
build_script:
- cd docs
- bundle exec jekyll build
- ruby checksite.rb
- cd ..
2018-08-25 16:45:29 +00:00
2018-07-15 16:43:43 +00:00
artifacts:
- path: Assets
2018-08-25 14:41:42 +00:00
name: Mirror
2018-07-15 16:43:43 +00:00
image: Visual Studio 2017
2018-07-21 16:56:44 +00:00
deploy:
2018-10-18 00:36:09 +00:00
description: 'This is a bleeding edge release. BACKUP BEFORE USING THIS AUTOMATED BUILD\n$(APPVEYOR_REPO_COMMIT_MESSAGE)'
2018-07-21 16:56:44 +00:00
provider: GitHub
auth_token:
secure: G42snf8s5fEos7UfoRSW6eW+8rqGGMH3iw1ZCjRUjcUSKupHUfrKJMXQ11wbjRuW # your encrypted token from GitHub
artifact: Mirror.zip # upload all NuGet packages to release assets
2018-07-21 16:56:44 +00:00
draft: false
prerelease: false
on:
branch: master