Searched +full:uasan +full:- +full:test +full:- +full:zstd32 (Results 1 – 2 of 2) sorted by relevance
1 name: dev-long-tests5 group: long-${{ github.ref }}6 cancel-in-progress: true13 make-all:14 runs-on: ubuntu-latest16 - uses: actions/checkout@v217 - name: make all21 make-test:22 runs-on: ubuntu-latest27 - uses: actions/checkout@v2[all …]
2 # Copyright (c) 2015-2021, Yann Collet, Facebook, Inc.5 # This source code is licensed under both the BSD-style license (found in the8 # You may select, at your option, one of the above-listed licenses.24 # When cross-compiling from linux to windows, you might28 # Note: mingw-w64 build from linux to windows does not40 ## default: Build lib-release and zstd-release42 default: lib-release zstd-release53 $(Q)$(MAKE) -C $(PRGDIR) all54 $(Q)$(MAKE) -C $(TESTDIR) all58 $(MAKE) -C $(PRGDIR) zstd32[all …]