Alexander Afanasyev | 15db772 | 2015-01-19 17:27:26 -0800 | [diff] [blame] | 1 | language: cpp |
2 | os: | ||||
3 | - linux | ||||
4 | compiler: | ||||
5 | - gcc | ||||
6 | notifications: | ||||
7 | email: | ||||
8 | on_success: always | ||||
9 | on_failure: always | ||||
10 | cache: | ||||
11 | - ccache | ||||
12 | env: | ||||
13 | - NODE_LABELS="Linux Ubuntu Ubuntu-12.04" | ||||
14 | before_install: | ||||
15 | - travis_retry sudo apt-get install -qq ccache | ||||
16 | script: | ||||
Alexander Afanasyev | 15db772 | 2015-01-19 17:27:26 -0800 | [diff] [blame] | 17 | - export CXX="ccache $CXX" |
Alexander Afanasyev | d6453cd | 2015-08-20 21:45:36 -0700 | [diff] [blame] | 18 | - ./.jenkins |