Simplify the AppVeyor configuration file (#2361)
JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
This commit is contained in:
+8
-9
@@ -6,6 +6,8 @@ branches:
|
|||||||
- coverity_scan
|
- coverity_scan
|
||||||
- gh_pages
|
- gh_pages
|
||||||
skip_tags: true
|
skip_tags: true
|
||||||
|
|
||||||
|
# Build matrix setup.
|
||||||
image:
|
image:
|
||||||
- Visual Studio 2017
|
- Visual Studio 2017
|
||||||
configuration:
|
configuration:
|
||||||
@@ -14,16 +16,13 @@ configuration:
|
|||||||
platform:
|
platform:
|
||||||
- x64
|
- x64
|
||||||
- Win32
|
- Win32
|
||||||
init:
|
|
||||||
- cmd: |
|
|
||||||
cmake -version
|
|
||||||
before_build:
|
|
||||||
- cmd: |
|
|
||||||
mkdir build
|
|
||||||
cd build
|
|
||||||
if "%PLATFORM%"=="Win32" cmake -G"Visual Studio 15 2017" ..
|
|
||||||
if "%PLATFORM%"=="x64" cmake -G"Visual Studio 15 2017 Win64" ..
|
|
||||||
|
|
||||||
|
# Steps of a job.
|
||||||
|
init:
|
||||||
|
- cmake -version
|
||||||
|
before_build:
|
||||||
|
- if "%PLATFORM%"=="Win32" cmake -G"Visual Studio 15 2017" -Bbuild -H.
|
||||||
|
- if "%PLATFORM%"=="x64" cmake -G"Visual Studio 15 2017 Win64" -Bbuild -H.
|
||||||
build:
|
build:
|
||||||
project: build\Jerry.sln
|
project: build\Jerry.sln
|
||||||
parallel: true
|
parallel: true
|
||||||
|
|||||||
Reference in New Issue
Block a user