Mirror/appveyor.yml

44 lines
1.0 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
2019-03-27 11:49:29 +00:00
- choco install unitypackager
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
2019-03-27 11:49:29 +00:00
after_build:
- UnityPackager pack Mirror.unitypackage Assets/Mirror Assets/Mirror LICENSE Assets/Mirror/LICENSE
2018-07-15 16:43:43 +00:00
artifacts:
2019-03-27 11:49:29 +00:00
- path: Mirror.unitypackage
2018-07-15 16:43:43 +00:00
image: Visual Studio 2017
before_deploy:
- npm install -g semantic-release@15
deploy_script:
- semantic-release