repo.or.cz
/
CppCoreGuidelines.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update date
[CppCoreGuidelines.git]
/
.travis.yml
blob
4de6f81def524741e430b93559f3fbf19d0756d3
1
# This is the configuration for Travis CI, a free github-integrated service that runs this script for each pull request (if configured)
2
3
# provides gcc, clang, make, scons, cmake
4
language: c++
5
6
# alternatives: gcc, clang, or both (as yaml list)
7
compiler: clang
8
9
addons:
10
apt:
11
packages:
12
- hunspell
13
14
install:
15
-
16
17
script:
18
- cd scripts; make -k
19
- cd ..
20
21
notifications:
22
email: false