Skip to content

Commit

Permalink
valgrind to z cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
hasindu2008 committed May 19, 2024
1 parent cd0b4f8 commit ae36e7c
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,21 @@ jobs:
apt:
packages:
- zlib1g-dev
script: make && make test
- valgrind
script:
- make && make test
- ./test/test.sh mem
- name: "IBM Z CPUs with zstd"
arch: s390x
os: linux
addons:
apt:
packages:
- zlib1g-dev
- libzstd1-dev
script:
- make zstd=1 && make test zstd=1
- ./test/test.sh mem
# - stage: deploy
# name: "GitHub Release"
# dist: trusty
Expand Down

0 comments on commit ae36e7c

Please sign in to comment.