Revision 0f7967bd30c718d4290fc4ff7d67c09a4ec3b497 authored by Dzomo the everest Yak on 22 April 2020, 08:20:07 UTC, committed by Dzomo the everest Yak on 22 April 2020, 08:20:07 UTC
1 parent 0bcd4ea
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