project64/appveyor.yml

24 lines
475 B
YAML
Raw Normal View History

version: 1.0.{build}
2019-09-30 02:11:24 +00:00
image: Visual Studio 2015
platform:
- Win32
- x64
configuration:
- Release
before_build:
- ps: >-
If ($env:APPVEYOR_BUILD_VERSION -Like "1.0*") {
$version = Source/Script/SetGitProperties.cmd
appveyor UpdateBuild -Version $version
}
build:
project: Project64.sln
parallel: true
verbosity: minimal
2019-09-30 02:11:24 +00:00
after_build:
- Source/Script/package_zip.cmd %APPVEYOR_BUILD_VERSION%-%platform%.zip %platform%
2019-09-30 02:11:24 +00:00
artifacts:
- path: Package/*.zip