repo.or.cz
/
freebsd-src.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
readelf: report ARM program and section header types
[freebsd-src.git]
/
contrib
/
openbsm
/
.travis.yml
blob
5540774c7c1300dbc9a47db9b5599033428df90e
1
language: c
2
3
compiler:
4
- clang
5
- gcc
6
7
os:
8
- linux
9
- osx
10
11
before_install:
12
- if [ $TRAVIS_OS_NAME == "linux" ]; then
13
sudo apt-get -qq update;
14
sudo apt-get -qq install byacc flex;
15
elif [ $TRAVIS_OS_NAME == "osx" ]; then
16
brew update;
17
brew install byacc flex;
18
fi