Home
last modified time | relevance | path

Searched +full:- +full:tzip (Results 1 – 6 of 6) 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/libepoxy/
D.appveyor.yml7 # Configure both 32-bit and 64-bit builds
10 - platform: x86
13 - platform: x64
21 - mkdir build
22 - mkdir libepoxy-shared-%pout%
23 - cd build
24 - curl -LsSO https://github.com/mesonbuild/meson/releases/download/0.47.1/meson-0.47.1.tar.gz
25 - 7z x meson-0.47.1.tar.gz
26 - move dist\meson-0.47.1.tar .
27 - 7z x meson-0.47.1.tar
[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
20 - name: Windows MSVC Win32
21 os: windows-latest
23 cmake-args: -A Win32
24 deploy-name: win32
26 - name: Windows MSVC Win32 Compat
27 os: windows-latest
[all …]
/external/zstd/
Dappveyor.yml5 -
9 - master
10 - appveyorTest
11 - /visual*/
14 - COMPILER: "gcc"
17 SCRIPT: "make allzstd MOREFLAGS=-static && make -C tests fullbench-lib"
20 - COMPILER: "gcc"
23 SCRIPT: "make allzstd MOREFLAGS=-static"
26 - COMPILER: "clang"
29 …SCRIPT: "MOREFLAGS='--target=x86_64-w64-mingw32 -Werror -Wconversion -Wno-sign-conversion' make …
[all …]
/external/zstd/tests/fuzz/
Dfuzz.py4 # Copyright (c) 2016-2020, Facebook, Inc.
7 # 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.
74 CFLAGS = os.environ.get('CFLAGS', '-O3')
77 MFLAGS = os.environ.get('MFLAGS', '-j')
81 AFL_FUZZ = os.environ.get('AFL_FUZZ', 'afl-fuzz')
149 san_flags = ','.join(re.findall('-fsanitize=((?:[a-z]+,?)+)', flags))
150 nosan_flags = ','.join(re.findall('-fno-sanitize=((?:[a-z]+,?)+)', flags))
154 raise RuntimeError('-fno-sanitize={s} and -fsanitize={s} passed'.
179 cc_version_bytes = subprocess.check_output([cc, "--version"])
[all …]