mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
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:
parent
e6664f6364
commit
a509570c1d
17
appveyor.yml
17
appveyor.yml
@ -6,6 +6,8 @@ branches:
|
||||
- coverity_scan
|
||||
- gh_pages
|
||||
skip_tags: true
|
||||
|
||||
# Build matrix setup.
|
||||
image:
|
||||
- Visual Studio 2017
|
||||
configuration:
|
||||
@ -14,16 +16,13 @@ configuration:
|
||||
platform:
|
||||
- x64
|
||||
- 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:
|
||||
project: build\Jerry.sln
|
||||
parallel: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user