Searched +full:uasan +full:- +full:test +full:- +full:zstd (Results 1 – 3 of 3) 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 …]
4 # the first half of the jobs are in this test5 short-tests-0:9 - image: fbopensource/zstd-circleci-primary:0.0.110 # TODO: Re-enable aarch64 build:13 - checkout14 - run:15 name: Test17 ./tests/test-license.py18 cc -v19 CFLAGS="-O0 -Werror -pedantic" make allmost; make clean[all …]