Home
last modified time | relevance | path

Searched +full:uasan +full:- +full:test +full:- +full:zstd32 (Results 1 – 2 of 2) sorted by relevance

/external/zstd/.github/workflows/
Ddev-long-tests.yml1 name: dev-long-tests
5 group: long-${{ github.ref }}
6 cancel-in-progress: true
13 make-all:
14 runs-on: ubuntu-latest
16 - uses: actions/checkout@v2
17 - name: make all
21 make-test:
22 runs-on: ubuntu-latest
27 - uses: actions/checkout@v2
[all …]
/external/zstd/
DMakefile2 # Copyright (c) 2015-2021, Yann Collet, Facebook, Inc.
5 # This source code is licensed under both the BSD-style license (found in the
8 # You may select, at your option, one of the above-listed licenses.
24 # When cross-compiling from linux to windows, you might
28 # Note: mingw-w64 build from linux to windows does not
40 ## default: Build lib-release and zstd-release
42 default: lib-release zstd-release
53 $(Q)$(MAKE) -C $(PRGDIR) all
54 $(Q)$(MAKE) -C $(TESTDIR) all
58 $(MAKE) -C $(PRGDIR) zstd32
[all …]