mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
6977b23cfb
osx update takes too long, disable it for a while. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
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
|