Home
last modified time | relevance | path

Searched +full:- +full:tzip (Results 1 – 5 of 5) sorted by relevance

/external/brotli/scripts/
Dappveyor.yml3 - 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/python/cpython3/.azure-pipelines/windows-release/
Dstage-pack-msix.yml2 - job: Pack_MSIX
6 vmImage: windows-2019
21 Suffix: -store
31 Suffix: -store
35 - template: ./checkout.yml
37 - task: DownloadPipelineArtifact@1
43 - task: DownloadBuildArtifacts@0
49 - powershell: |
50 …$d = (.\PCbuild\build.bat -V) | %{ if($_ -match '\s+(\w+):\s*(.+)\s*$') { @{$Matches[1] = $Matches…
51 Write-Host "##vso[task.setvariable variable=VersionText]$($d.PythonVersion)"
[all …]
/external/zstd/
Dappveyor.yml4 -
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/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Drelease.yml5 - '*'
7 ci-cmake:
9 runs-on: ${{ matrix.os }}
11 fail-fast: false
14 - name: Windows MSVC Win32
15 os: windows-latest
17 cmake-args: -A Win32
18 deploy-name: win-x86
20 - name: Windows MSVC Win32 Compat
21 os: windows-latest
[all …]
/external/zstd/tests/fuzz/
Dfuzz.py7 # This source code is licensed under both the BSD-style license (found in the
10 # You may select, at your option, one of the above-listed licenses.
77 CFLAGS = os.environ.get('CFLAGS', '-O3')
80 MFLAGS = os.environ.get('MFLAGS', '-j')
84 AFL_FUZZ = os.environ.get('AFL_FUZZ', 'afl-fuzz')
152 san_flags = ','.join(re.findall('-fsanitize=((?:[a-z]+,?)+)', flags))
153 nosan_flags = ','.join(re.findall('-fno-sanitize=((?:[a-z]+,?)+)', flags))
157 raise RuntimeError('-fno-sanitize={s} and -fsanitize={s} passed'.
182 cc_version_bytes = subprocess.check_output([cc, "--version"])
183 cxx_version_bytes = subprocess.check_output([cxx, "--version"])
[all …]