Sha256: 2d94e1caf9e44b3156131f56ef44f0a484692d9c63f161fdc5e8926a05f3f503
Contents?: true
Size: 582 Bytes
Versions: 8
Compression:
Stored size: 582 Bytes
Contents
language: c compiler: - clang - gcc env: - CFLAGS='-Werror' - NO_VALGRIND=1 USE_STANDARD_TMPFILE=1 CFLAGS='-Werror' - NO_VALGRIND=1 CFLAGS='-Werror -m32' install: - sudo pip install pytest - sudo apt-get update - sudo apt-get install -y gcc-multilib - sudo apt-get install -y zlib1g-dev - sudo apt-get install -y zlib1g-dev:i386 - sudo apt-get install -y gcc - sudo apt-get install -y valgrind script: - make V=1 - make test_functional V=1 - make test_unit V=1 - make test_valgrind V=1
Version data entries
8 entries across 8 versions & 2 rubygems