Yingdi Yu | da495a9 | 2015-05-05 13:57:59 -0700 | [diff] [blame] | 1 | # For Ubuntu platform only |
2 | |||||
3 | sudo: true | ||||
4 | language: cpp | ||||
5 | os: | ||||
6 | - linux | ||||
7 | compiler: | ||||
8 | - gcc | ||||
9 | notifications: | ||||
10 | email: | ||||
11 | on_success: always | ||||
12 | on_failure: always | ||||
13 | env: | ||||
14 | - NODE_LABELS="Linux Ubuntu Ubuntu-12.04" | ||||
15 | script: | ||||
16 | - ./.jenkins |