Lines Matching +full:runs +full:- +full:on
1 name: generic-release
3 on:
7 # on dev pushes
15 # Qemu aarch64 + Fuzz Test (on Xenial)
20 runs-on: macos-10.15
22 - uses: actions/checkout@v2
23 - name: OS-X
26 # make -c lib all (need to fix. not working right now)
29 runs-on: ubuntu-16.04
31 - uses: actions/checkout@v2
32 - name: zbuff test
34 make -C tests test-zbuff
37 runs-on: ubuntu-16.04
39 - uses: actions/checkout@v2
40 - name: thread sanitizer
42 sudo apt-add-repository "deb http://llvm.org/apt/trusty/ llvm-toolchain-trusty-3.8 main"
43 sudo apt-get update
44 sudo apt-get install clang-3.8
45 CC=clang-3.8 make tsan-test-zstream
46 CC=clang-3.8 make tsan-fuzztest
47 zlib-wrapper:
48 runs-on: ubuntu-16.04
50 - uses: actions/checkout@v2
51 - name: zlib wrapper test
54 make -C zlibWrapper test
55 make -C zlibWrapper valgrindTest
57 lz4-threadpool-partial-libs:
58 runs-on: ubuntu-16.04
60 - uses: actions/checkout@v2
61 - name: LZ4, thread pool, and partial libs testslib wrapper test
64 make -C tests test-lz4
67 make -C tests test-pool