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:
parent
b13c1fc719
commit
9018a26332
38
.travis.yml
38
.travis.yml
|
@ -1,38 +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: "kE1g19PD3K/VlE9VRhCVIyKiliJ6BdPhfNd7t1QB0vFeKT5BHd6SjF1tz+1ei/LAij0NvekMddZ3HS8wQpr7rpiVcyyPuLCgE6t1++86A4ZE+jJ7XKnonwaGwdWll6d42w6buWh0yuFXU/DaZoAi2p2ILEGxvnF+YSVliWZPZWk="
|
||||
addons:
|
||||
coverity_scan:
|
||||
project:
|
||||
name: "pjanouch/autistdraw"
|
||||
description: "Terminal drawing application"
|
||||
notification_email: p.janouch@gmail.com
|
||||
build_command_prepend: "cmake .. -DCMAKE_BUILD_TYPE=Release"
|
||||
build_command: "make"
|
||||
branch_pattern: coverity_scan
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
install:
|
||||
- sudo apt-get install -y libev-dev libncursesw5-dev
|
||||
before_script:
|
||||
- mkdir build
|
||||
- cd build
|
||||
script:
|
||||
- cmake .. -DCMAKE_INSTALL_PREFIX=/usr
|
||||
- make
|
||||
- cpack -G DEB
|
Loading…
Reference in New Issue