forked from jerryscript-project/iotjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
43 lines (37 loc) · 898 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
version: "{build}"
branches:
except:
- coverity_scan
- gh_pages
skip_tags: true
image:
- Visual Studio 2017
configuration:
- Debug
- Release
platform:
- Win32
- x64
init:
- cmd: |
if "%PLATFORM%"=="Win32" set SYS_ARCH=i686
if "%PLATFORM%"=="x64" set SYS_ARCH=x86_64
cmake -version
install:
- ps: |
Install-Product node 10.15.3
artifacts:
- path: build\%SYS_ARCH%-windows\$(configuration)\bin\$(configuration)\
name: IoTjsbinary
before_build:
- cmd: |
tools\build.py --experimental --buildtype=%CONFIGURATION% --target-arch=%SYS_ARCH% --jerry-profile=es2015-subset --n-api
build:
project: build\%SYS_ARCH%-windows\%CONFIGURATION%\IOTJS.sln
parallel: true
verbosity: minimal
before_test:
- cmd: npm install
test_script:
- cmd: |
tools\testrunner.py build\%SYS_ARCH%-windows\%CONFIGURATION%\bin\%CONFIGURATION%\iotjs.exe