-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
32 lines (26 loc) · 965 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
sudo: required
dist: trusty
language: cpp
before_install:
- sudo add-apt-repository --yes ppa:beineri/opt-qt58-trusty
- sudo apt-get update -qq
install:
- sudo apt-get -y install qt58base qt58declarative qt58webengine qt58multimedia qt58imageformats
script:
- source /opt/qt58/bin/qt58-env.sh
- /opt/qt58/bin/qmake
- make
env:
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
# via the "travis encrypt" command using the project repo's public key
- secure: "P+0QBd9YJZC/JrWheHWBDr7DQKFZ8ZhTO6X2ix17r7kCmOfRO6s4OnfSzU0/wzpK61ri+sh6UD/QKZIG+z+G0z0UPz1DvbeyOFNIjIOpSL0FUwRJMtZR3oGAv1UiuLJ6LEbLcahF2MPEX5EEF3WVdwyEuc/6adCvrZTDN22BDPw="
addons:
coverity_scan:
project:
name: "ElfoLiNk/ImageStenography"
description: "Build submitted via Travis CI"
notification_email: matteo_gazzetta@hotmail.it
build_command_prepend: "qmake"
build_command: "make -j4"
branch_pattern: master