editorconfig-core/appveyor.yml

30 lines
836 B
YAML

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