Skip to content

Commit

Permalink
Artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
alexchicn committed Dec 4, 2017
1 parent cf1b318 commit 6f964a9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 1.0.{build}
build:
verbosity: normal
verbosity: minimal

image:
- Visual Studio 2015
Expand Down Expand Up @@ -55,3 +55,7 @@ build_script:
- if "%TARGET_VSENV%" equ "VS15_WIN64" msbuild build/libgltf.sln /p:Platform="x64"
- if "%TARGET_VSENV%" equ "VS15_ARM" msbuild build/libgltf.sln /p:Platform="ARM"
- if "%TARGET_VSENV%" equ "VS15_ANYCPU" msbuild build/libgltf.sln /p:Platform="Any CPU"

artifacts:
- name: $(appveyor_project_name)-v$(appveyor_build_version).$(platform)
path: output\**\*

0 comments on commit 6f964a9

Please sign in to comment.