repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
polly
/
lib
/
External
/
isl
/
imath
/
.travis.yml
blob
61b30d2bb91e49b8287994659a2b556eaac0098b
1
# Build and test configuration for travis-ci.com.
2
3
language: c
4
script: make clean check
5
matrix:
6
include:
7
- os: osx
8
osx_image: xcode10.1
9
compiler: clang
10
- os: linux
11
compiler: clang
12
- os: linux
13
compiler: gcc
14