on:
pull_request:
# This will eventually only be for pushes to master
- # but for dogfooding purposes, I'm running it even
+ # but for dogfooding purposes, I'm running it even
# on dev pushes
branches: [ dev, master, actionsTest ]
jobs:
# missing jobs
- #
+ #
# ppc64le + fuzz test
# Qemu PPC64 + Fuzz test
# Qemu aarch64 + Fuzz Test (on Xenial)
- # versions comp
+ # versions comp
# meson test
osx:
run: |
make test
# make -c lib all (need to fix. not working right now)
-
+
zbuff:
runs-on: ubuntu-16.04
steps:
- name: zbuff test
run: |
make -C tests test-zbuff
-
+
tsan:
runs-on: ubuntu-16.04
steps:
make gpp6install valgrindinstall
make -C zlibWrapper test
make -C zlibWrapper valgrindTest
-
+
lz4-threadpool-partial-libs:
runs-on: ubuntu-16.04
steps:
run: |
make lz4install
make -C tests test-lz4
+ make check < /dev/null | tee # mess with lz4 console detection
make clean
make -C tests test-pool
make clean
- make -C zlibWrapper test
- make -C zlibWrapper valgrindTest
- - name: LZ4, thread pool, and partial libs tests # ~2mn
+ - name: LZ4, thread pool, and partial libs tests # ~4mn
if: branch = master
script:
- make lz4install
- make -C tests test-lz4
+ - make check < /dev/null | tee # mess with lz4 console detection
- make clean
- make -C tests test-pool
- make clean