Revision aa211c2d5a40dd6969fe8a469fcadfd27e8c8fe3 authored by Jonathan Protzenko on 24 April 2020, 21:11:09 UTC, committed by Jonathan Protzenko on 24 April 2020, 21:11:09 UTC
1 parent 6f91754
Raw File
.travis.yml
language: c
os: linux
arch: arm64
dist: bionic
script:
  - cd dist/gcc-compatible && ./configure
  - make -j
  - make -C ../../tests arm -j
back to top