mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
11 lines
138 B
YAML
11 lines
138 B
YAML
|
language: c
|
||
|
os:
|
||
|
- linux
|
||
|
env:
|
||
|
- TR_ARCH=local
|
||
|
script:
|
||
|
- ./autogen.sh
|
||
|
- ./configure
|
||
|
- make all
|
||
|
- python3 ./travis/nasm-t.py run
|