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:
@@ -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
|
||||
|
||||
@@ -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/**/*
|
||||
|
||||
Reference in New Issue
Block a user