Commit d01528d0 authored by mercury233's avatar mercury233

test appveyor

parent cb8842fb
version: '{build}' version: '{build}'
skip_tags: true
install: install:
- git submodule update --init --recursive - git submodule update --init --recursive
...@@ -62,8 +63,8 @@ artifacts: ...@@ -62,8 +63,8 @@ artifacts:
name: ygopro-ver.233 name: ygopro-ver.233
deploy: deploy:
tag: ygopro-{build} tag: ygopro-$(appveyor_build_version)
release: ygopro-{build} release: ygopro-$(appveyor_build_version)
description: 'Automatic Build by Appveyor' description: 'Automatic Build by Appveyor'
provider: GitHub provider: GitHub
auth_token: auth_token:
...@@ -71,3 +72,11 @@ deploy: ...@@ -71,3 +72,11 @@ deploy:
force_update: true force_update: true
on: on:
branch: master branch: master
cache:
- premake-5.0.0-alpha10-windows.zip
- libevent-2.0.22-stable.tar.gz
- freetype-2.7.tar.bz2
- irrlicht-1.8.4.zip
- lua-5.2.4.tar.gz
- sqlite-amalgamation-3150200.zip
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment