-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
44 lines (37 loc) · 971 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
env:
global:
- secure: "token"
dist: trusty
#sudo: true
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-6
- g++-6
- cmake
coverity_scan:
project:
name: selassje/codility
version: 1.0
description: codility
notification_email: [email protected]
build_command_prepend: cd rubidium2018/build/gnu
build_command: bash build.sh
branch_pattern: coverity_scan
matrix:
include:
- language: python
python: 3.6
script:
- python strontium2019/strontium.py
- language: cpp
compiler: gcc
install:
- pip install --user conan
script:
- cd rubidium2018/build/gnu
- bash build.sh
- cd ../../bin
- ./rubidium