Sha256: 6cb9c015bb9b8f4b7453fb719b7d6c21a1ea5e44684312982da86750bd5f3760
Contents?: true
Size: 1.4 KB
Versions: 1
Compression:
Stored size: 1.4 KB
Contents
language: c services: docker jobs: allow_failures: - os: osx - arch: ppc64le include: - name: linux-amd64-gcc os: linux arch: amd64 compiler: gcc script: test/ci/amd64.sh - name: linux-amd64-gcc +openmp os: linux arch: amd64 compiler: gcc env: OPENMP=1 OMP_NUM_THREADS=4 script: test/ci/amd64.sh - name: linux-amd64-clang os: linux arch: amd64 compiler: clang script: test/ci/amd64.sh - name: linux-arm32-gcc compiler: gcc script: test/ci/docker-arm32.sh - name: linux-arm32-clang compiler: clang script: test/ci/docker-arm32.sh - name: linux-powerpc-gcc compiler: gcc script: test/ci/docker-powerpc.sh - name: linux-arm64-gcc os: linux arch: arm64 compiler: gcc env: NEON64_CFLAGS="-march=armv8-a" script: test/ci/generic.sh - name: linux-arm64-clang os: linux arch: arm64 compiler: clang env: NEON64_CFLAGS="-march=armv8-a" script: test/ci/generic.sh - name: linux-s390x-gcc os: linux arch: s390x compiler: gcc script: test/ci/generic.sh - name: linux-ppc64le-gcc os: linux arch: ppc64le compiler: gcc script: test/ci/generic.sh - name: osx-amd64-clang os: osx arch: amd64 compiler: clang script: test/ci/amd64.sh
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ob64-0.5.0 | vendor/libbase64/.travis.yml |