[go: up one dir, main page]

Menu

[740b09]: / appveyor.yml  Maximize  Restore  History

Download this file

25 lines (22 with data), 464 Bytes

 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
version: 1.0.{build}
image: Visual Studio 2019
configuration:
- Release
platform:
- x64
- Win32
clone_depth: 1
before_build:
- cmd: >-
git submodule update --init --recursive
mkdir Debug\plugins\ConEmu\Background
mkdir Debug\plugins\ConEmu\Lines
mkdir Debug\plugins\ConEmu\Thumbs
build:
project: src\CE.sln
parallel: true
verbosity: minimal
test_script:
- cmd: >-
call "%Configuration%\Tests_%Configuration%_%Platform%.exe"
deploy: off