Remove .travis.yml

We don't depend on any proprietary services no longer.  I'll have to
make my own replacements with blackjack and hookers.  Until then,
the file stays in the commit log as an example.
This commit is contained in:
Přemysl Eric Janouch 2018-06-24 04:31:12 +02:00
parent b353fc133e
commit f9f1c830f8
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 0 additions and 42 deletions

View File

@ -1,42 +0,0 @@
language: c
notifications:
irc:
channels: "irc.janouch.name#dev"
use_notice: true
skip_join: true
template:
- "%{repository_name}#%{build_number} on %{branch}: %{message}"
- " %{compare_url}"
- " %{build_url}"
on_success: change
on_failure: always
env:
global:
- secure: "C7cO92N/v374viYwfnVQo75xeDRXO/3S//OruK5BsafWPotaRn1fHV8teLctVE5a8DOvLZVv3YcY0Hzf03KHvxHJsEuHyJhTePsdn2Ldx3RaQH/fNAvqH6uugR+1cz1p33ex+5Em9I+dgXrdDTj5XfJLxrBxfk0swvYnW4GyxD4="
addons:
coverity_scan:
project:
name: "pjanouch/logdiag"
description: "Schematic editor"
notification_email: p.janouch@gmail.com
build_command_prepend: "cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=ON"
build_command: "make"
branch_pattern: coverity_scan
compiler:
- clang
- gcc
before_install:
- sudo apt-get update -qq
- export DISPLAY=:99.0
- export NO_AT_BRIDGE=1
- sh -e /etc/init.d/xvfb start
install:
- sudo apt-get install -y libgtk-3-dev liblua5.2-dev libjson-glib-dev
before_script:
- mkdir build
- cd build
script:
- cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_TESTING=ON
- make
- cpack -G DEB
- ctest -V