Loading .travis.yml +16 −15 Original line number Diff line number Diff line version: ~> 1.0 os: - linux jobs: include: - os: linux arch: amd64 env: M32= - linux - os: linux arch: amd64 env: M32=-m32 - linux - os: linux arch: arm64 env: M32= - linux - os: linux arch: ppc64le env: M32= - osx - os: osx env: M32= language: c compiler: gcc Loading Loading
.travis.yml +16 −15 Original line number Diff line number Diff line version: ~> 1.0 os: - linux jobs: include: - os: linux arch: amd64 env: M32= - linux - os: linux arch: amd64 env: M32=-m32 - linux - os: linux arch: arm64 env: M32= - linux - os: linux arch: ppc64le env: M32= - osx - os: osx env: M32= language: c compiler: gcc Loading