Skip to content

Commit b2aa9bc

Browse files
committed
Make archive with binaries
1 parent 1e2ca62 commit b2aa9bc

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.appveyor.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,16 @@ build_script:
3333
- if "%PLATFORM%" == "x64" msbuild NodeEditor.sln
3434
- if "%PLATFORM%" == "Win32" msbuild NodeEditor.sln
3535

36-
#build:
37-
#parallel: true
38-
#project: C:\projects\nodeeditor\build\NodeEditor.sln
3936

40-
#build_script:
41-
#- msbuild NodeEditor.sln /t:build /p:Configuration=Release
37+
38+
after_build:
39+
- 7z a examples.zip %APPVEYOR_BUILD_FOLDER%/build/bin
40+
- cmd: cd
41+
- cmd: dir \S \P "examples.zip"
42+
43+
artifacts:
44+
- path: build\examples.zip
45+
name: ex
4246

4347
#deploy:
4448
#release: $(APPVEYOR_REPO_TAG_NAME)

0 commit comments

Comments
 (0)