yuzu/externals/xbyak/.travis.yml

13 lines
153 B
YAML
Raw Normal View History

2020-12-28 19:15:37 +04:00
sudo: true
dist: bionic
language: cpp
compiler:
- gcc
- clang
addons:
apt:
packages:
- nasm yasm g++-multilib tcsh
script:
- make test