Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 13 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
language: c
os:
- linux
env:
- TR_ARCH=local
dist: bionic
arch:
- amd64
- arm64

env: TR_ARCH=local

install:
- ./autogen.sh
- ./configure

script:
- ./autogen.sh
- ./configure
- make all
- python3 ./travis/nasm-t.py run
- make all
- python3 ./travis/nasm-t.py run