mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
ci: First try
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
dd6a2cdcf4
commit
dfa70d8f14
1 changed files with 8 additions and 0 deletions
8
.travis.yaml
Normal file
8
.travis.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
language: c
|
||||
sudo: required
|
||||
dist: trusty
|
||||
cache: ccache
|
||||
env:
|
||||
- TR_ARCH=local
|
||||
script:
|
||||
- sudo make CCACHE=1 -C scripts/travis $TR_ARCH
|
||||
Loading…
Add table
Add a link
Reference in a new issue