mirror of
https://github.com/boostorg/container_hash.git
synced 2025-08-02 14:04:35 +02:00
Update .appveyor.yml
This commit is contained in:
@@ -34,18 +34,18 @@ environment:
|
|||||||
ADDPATH: C:\cygwin\bin;
|
ADDPATH: C:\cygwin\bin;
|
||||||
TOOLSET: gcc
|
TOOLSET: gcc
|
||||||
CXXSTD: 11,14,1z
|
CXXSTD: 11,14,1z
|
||||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
||||||
ADDPATH: C:\cygwin64\bin;
|
ADDPATH: C:\cygwin64\bin;
|
||||||
TOOLSET: gcc
|
TOOLSET: gcc
|
||||||
CXXSTD: 11,14,1z
|
CXXSTD: 11,14,17
|
||||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
||||||
ADDPATH: C:\mingw\bin;
|
ADDPATH: C:\mingw-w64\i686-8.1.0-posix-dwarf-rt_v6-rev0\mingw32\bin;
|
||||||
TOOLSET: gcc
|
TOOLSET: gcc
|
||||||
CXXSTD: 11,14,1z
|
CXXSTD: 11,14,17
|
||||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
||||||
ADDPATH: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;
|
ADDPATH: C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin;
|
||||||
TOOLSET: gcc
|
TOOLSET: gcc
|
||||||
CXXSTD: 11,14,1z
|
CXXSTD: 11,14,17
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- set BOOST_BRANCH=develop
|
- set BOOST_BRANCH=develop
|
||||||
|
@@ -79,7 +79,6 @@ local fs-path-req = "-<toolset>gcc:<cxxflags>-Wshadow" "-<toolset>gcc:<cxxflags>
|
|||||||
|
|
||||||
run hash_fs_path_test.cpp /boost//filesystem/<warnings>off : : : $(fs-path-req)
|
run hash_fs_path_test.cpp /boost//filesystem/<warnings>off : : : $(fs-path-req)
|
||||||
<toolset>msvc-14.0,<cxxstd>latest:<build>no
|
<toolset>msvc-14.0,<cxxstd>latest:<build>no
|
||||||
<toolset>gcc,<address-model>32,<target-os>windows:<build>no
|
|
||||||
<undefined-sanitizer>norecover:<link>static ;
|
<undefined-sanitizer>norecover:<link>static ;
|
||||||
|
|
||||||
run is_range_test2.cpp : : : $(fs-path-req) ;
|
run is_range_test2.cpp : : : $(fs-path-req) ;
|
||||||
|
Reference in New Issue
Block a user