[go: up one dir, main page]

Menu

[6a3d64]: / appveyor.yml  Maximize  Restore  History

Download this file

36 lines (27 with data), 772 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
26
27
28
29
30
31
32
33
34
35
version: "{build}"
os:
- Visual Studio 2015
environment:
matrix:
- GENERATOR: Visual Studio 14 2015 # use mscv compiler in 32-bit mode
- GENERATOR: Visual Studio 14 2015 Win64 # use mscv compiler in 64-bit mode
clone_depth: 10
clone_folder: c:\Chemharp
build:
verbosity: quiet
notifications:
- provider: Email
to: [luthaf@luthaf.fr]
on_build_success: false
on_build_failure: true
on_build_status_changed: true
install:
- git submodule update --init
build_script:
- cd C:\Chemharp
- mkdir build
- cd build
- cmake -DBUILD_TESTS=ON -G "%GENERATOR%" ..
- cmake --build . --config debug --target ALL_BUILD
test_script:
- ctest --build-config debug --output-on-failure -E dcd-molfile