forked from editorconfig/editorconfig-core-c
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
29 lines (24 loc) · 836 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
image:
- Visual Studio 2017
environment:
CONFIG: Release
VSVER: 15
matrix:
- ARCH: x86
- ARCH: x64
install:
- cmake --version
- git submodule update --init
# Download PCRE2 sources
- ps: ./init.ps1 -pcre 10.32
# Build and install PCRE2
- ps: ./build.ps1 -proj pcre2 -config $env:CONFIG -arch $env:ARCH -vsver $env:VSVER -init -install
build_script:
# Build and install editorconfig-core-c
- ps: ./build.ps1 -proj core -config $env:CONFIG -arch $env:ARCH -vsver $env:VSVER -init -install
test_script:
# Run the core tests
- ps: ./test.ps1 -proj core -config $env:CONFIG -arch $env:ARCH
on_failure:
- echo. && echo. && echo. && echo "Tests for editorconfig-core-c failed. Here is their detailed output:" && echo. && echo. && echo.
- type .\bin\x64-static\core\Testing\Temporary\LastTest.log