| File scripts/appveyor/config.yml added (mode: 100644) (index 0000000..7ead8d4) |
|
1 |
|
version: "{build}" |
|
2 |
|
clone_depth: 1 |
|
3 |
|
|
|
4 |
|
# "Ubuntu" (18.04) image fails with: |
|
5 |
|
# |
|
6 |
|
# new-gcovi invokes gcov |
|
7 |
|
# ------------------------------------------------------------------------------ |
|
8 |
|
# tests/sub_commands.cpp:1018 |
|
9 |
|
# .............................................................................. |
|
10 |
|
# |
|
11 |
|
# tests/sub_commands.cpp:1048: FAILED: |
|
12 |
|
# CHECK( build->getCoveredCount() > 0 ) |
|
13 |
|
# with expansion: |
|
14 |
|
# 0 > 0 |
|
15 |
|
# |
|
16 |
|
# Why? |
|
17 |
|
|
|
18 |
|
environment: |
|
19 |
|
matrix: |
|
20 |
|
- BUILDENV: ubuntu |
|
21 |
|
CC: ccache clang |
|
22 |
|
APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004 |
|
23 |
|
- BUILDENV: ubuntu |
|
24 |
|
CC: ccache gcc |
|
25 |
|
APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004 |
|
26 |
|
- BUILDENV: macos |
|
27 |
|
CC: ccache clang |
|
28 |
|
APPVEYOR_BUILD_WORKER_IMAGE: macOS |
|
29 |
|
|
|
30 |
|
cache: |
|
31 |
|
- $HOME/.ccache |
|
32 |
|
|
|
33 |
|
build_script: |
|
34 |
|
- scripts/appveyor/$BUILDENV.sh |