mirror of
https://github.com/NishiOwO/JWasm.git
synced 2025-04-21 00:34:38 +00:00
Update travis with linux & osx clang
This commit is contained in:
parent
0872180ec2
commit
6adf25fc83
13
.travis.yml
13
.travis.yml
@ -1,6 +1,19 @@
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
language: c
|
||||
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
|
||||
matrix:
|
||||
exclude:
|
||||
- os: osx
|
||||
compiler: gcc
|
||||
|
||||
sudo: false
|
||||
|
||||
install:
|
||||
- git clone git://github.com/JWasm/JWasm-regressions.git Regress
|
||||
|
Loading…
x
Reference in New Issue
Block a user