Searched +full:0 +full:- +full:posix +full:- +full:dwarf +full:- +full:rt_v5 +full:- +full:rev1 (Results 1 – 6 of 6) sorted by relevance
| /external/zstd/ |
| D | appveyor.yml | 4 - 8 - release 9 - master 10 - /appveyor*/ 11 - /visual*/ 14 - COMPILER: "gcc" 17 SCRIPT: "make allzstd MOREFLAGS=-static" 20 - COMPILER: "gcc" 23 SCRIPT: "make allzstd MOREFLAGS=-static" 27 - COMPILER: "clang-cl" [all …]
|
| /external/libusb/.private/ |
| D | appveyor_build.sh | 3 set -eu 5 buildsys="${1}-${Platform}" 7 if [ "${buildsys}" == "MinGW-Win32" ]; then 8 export PATH="/c/mingw-w64/i686-6.3.0-posix-dwarf-rt_v5-rev1/mingw32/bin:${PATH}" 9 elif [ "${buildsys}" == "MinGW-x64" ]; then 10 export PATH="/c/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin:${PATH}" 13 builddir="build-${buildsys}" 14 installdir="${PWD}/libusb-${buildsys}" 22 exec .private/ci-build.sh --build-dir "${builddir}" --install -- "--prefix=${installdir}"
|
| /external/brotli/scripts/ |
| D | appveyor.yml | 3 - master 7 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 12 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 17 - BUILD_SYSTEM: CMake 21 - BUILD_SYSTEM: CMake 25 - BUILD_SYSTEM: Python 30 - BUILD_SYSTEM: Python 31 PYTHON: "C:\\Python36-x64" 35 - BUILD_SYSTEM: make 38 - BUILD_SYSTEM: make [all …]
|
| /external/libcxx/ |
| D | appveyor.yml | 9 - Debug 13 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 14 CMAKE_OPTIONS: -DCMAKE_C_COMPILER=clang-cl.exe -DCMAKE_CXX_COMPILER=clang-cl.exe 21 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 22 MINGW_PATH: C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin 24 MAKE_PROGRAM: mingw32-make 31 - call "%APPVEYOR_BUILD_FOLDER%\\appveyor-reqs-install.cmd" 34 - if DEFINED MSVC_SETUP_PATH call "%MSVC_SETUP_PATH%" %MSVC_SETUP_ARG% 35 - cd %APPVEYOR_BUILD_FOLDER% 38 - md C:\projects\build-libcxx [all …]
|
| /external/cronet/buildtools/third_party/libc++/trunk/ |
| D | appveyor.yml | 9 - Debug 13 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 14 CMAKE_OPTIONS: -DCMAKE_C_COMPILER=clang-cl.exe -DCMAKE_CXX_COMPILER=clang-cl.exe 21 # TODO: Maybe re-enable this configuration? Do we want to support MSVC 2015's runtime? 22 # - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 23 # MINGW_PATH: C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin 25 # MAKE_PROGRAM: mingw32-make 32 - call "%APPVEYOR_BUILD_FOLDER%\\appveyor-reqs-install.cmd" 35 - if DEFINED MSVC_SETUP_PATH call "%MSVC_SETUP_PATH%" %MSVC_SETUP_ARG% 36 - cd %APPVEYOR_BUILD_FOLDER% [all …]
|
| /external/curl/ |
| D | appveyor.yml | 21 # SPDX-License-Identifier: curl 26 # https://www.appveyor.com/docs/appveyor-yml/ 28 version: 7.50.0.{build} 32 # generated CMake-based Visual Studio Release builds 33 - job_name: "CMake, VS2008, Release x86, Schannel" 45 - job_name: "CMake, VS2022, Release x64, OpenSSL, WebSockets" 49 TARGET: "-A x64" 59 - job_name: "CMake, VS2022, Release arm64, Schannel, Static" 63 TARGET: "-A ARM64" 72 # generated CMake-based Visual Studio Debug builds [all …]
|