We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e2ca62 commit b2aa9bcCopy full SHA for b2aa9bc
.appveyor.yml
@@ -33,12 +33,16 @@ build_script:
33
- if "%PLATFORM%" == "x64" msbuild NodeEditor.sln
34
- if "%PLATFORM%" == "Win32" msbuild NodeEditor.sln
35
36
-#build:
37
- #parallel: true
38
- #project: C:\projects\nodeeditor\build\NodeEditor.sln
39
40
-#build_script:
41
- #- msbuild NodeEditor.sln /t:build /p:Configuration=Release
+
+after_build:
+ - 7z a examples.zip %APPVEYOR_BUILD_FOLDER%/build/bin
+ - cmd: cd
+ - cmd: dir \S \P "examples.zip"
42
43
+artifacts:
44
+ - path: build\examples.zip
45
+ name: ex
46
47
#deploy:
48
#release: $(APPVEYOR_REPO_TAG_NAME)
0 commit comments