Revision 1539fc67ec7cd1f092967452d8ae47d170ca149b authored by Jonathan Protzenko on 24 April 2020, 23:18:32 UTC, committed by Jonathan Protzenko on 24 April 2020, 23:18:32 UTC
1 parent 56130dc
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