2
0
mirror of https://github.com/boostorg/uuid.git synced 2026-01-19 04:42:16 +00:00

fix codecov ignore test dir, add pthread to appveyor cygwin

This commit is contained in:
James E. King III
2022-02-10 07:16:44 -05:00
parent 80fc541bb7
commit 9fe39a1e12
2 changed files with 3 additions and 1 deletions

View File

@@ -84,6 +84,7 @@ environment:
ADDPATH: C:\cygwin\bin;
B2_ADDRESS_MODEL: 32
B2_CXXSTD: 03,11,14,1z
B2_THREADING: threadapi=pthread
B2_TOOLSET: gcc
- FLAVOR: cygwin (64-bit)
@@ -91,6 +92,7 @@ environment:
ADDPATH: C:\cygwin64\bin;
B2_ADDRESS_MODEL: 64
B2_CXXSTD: 03,11,14,1z
B2_THREADING: threadapi=pthread
B2_TOOLSET: gcc
- FLAVOR: mingw64

View File

@@ -27,5 +27,5 @@ comment:
# Ignore specific files or folders. Glob patterns are supported.
# See https://docs.codecov.com/docs/ignoring-paths
ignore:
- test/**/*
- libs/uuid/test
- test/**/*