Skip to content

Commit f22eea5

Browse files
galpeterrobertsipka
authored andcommitted
Allow build artifacts on AppVeyor (#2752)
Enabled the creation of JerryScript Windows binary artifacts during builds. JerryScript-DCO-1.0-Signed-off-by: Peter Gal pgal.u-szeged@partner.samsung.com
1 parent 4f5ffb4 commit f22eea5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ build:
3030
project: build\Jerry.sln
3131
parallel: true
3232
verbosity: minimal
33+
34+
artifacts:
35+
- path: build\bin\$(configuration)\
36+
name: JerryScriptBinary

0 commit comments

Comments
 (0)