add .travis.yml

This commit is contained in:
MITSUNARI Shigeo 2020-01-03 22:16:30 +09:00
parent a29fa27b92
commit 00114d7916
2 changed files with 13 additions and 0 deletions

12
.travis.yml Normal file
View File

@ -0,0 +1,12 @@
sudo: true
dist: bionic
language: cpp
compiler:
- gcc
- clang
addons:
apt:
packages:
- nasm yasm g++-multilib tcsh
script:
- make test

View File

@ -1,3 +1,4 @@
[![Build Status](https://travis-ci.org/herumi/xbyak.png)](https://travis-ci.org/herumi/xbyak)
# Xbyak 5.89 ; JIT assembler for x86(IA32), x64(AMD64, x86-64) by C++