mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
remove travis
This commit is contained in:
parent
7379833b53
commit
168ba937c1
6
.github/workflows/check.yml
vendored
6
.github/workflows/check.yml
vendored
@ -1,4 +1,8 @@
|
|||||||
on: [pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
pull_request:
|
||||||
name: Check Irssi
|
name: Check Irssi
|
||||||
env:
|
env:
|
||||||
apt_build_deps: libutf8proc-dev libperl-dev libotr5-dev
|
apt_build_deps: libutf8proc-dev libperl-dev libotr5-dev
|
||||||
|
65
.travis.yml
65
.travis.yml
@ -1,65 +0,0 @@
|
|||||||
sudo: false
|
|
||||||
dist: xenial
|
|
||||||
language: perl
|
|
||||||
perl:
|
|
||||||
# ~stretch
|
|
||||||
- "5.24-shrplib"
|
|
||||||
- "system-perl"
|
|
||||||
env:
|
|
||||||
- CC=clang UNITTESTS=false
|
|
||||||
- CC=gcc UNITTESTS=false
|
|
||||||
- CC=clang UNITTESTS=true
|
|
||||||
matrix:
|
|
||||||
exclude:
|
|
||||||
- env: CC=clang UNITTESTS=true
|
|
||||||
perl: "system-perl"
|
|
||||||
allow_failures:
|
|
||||||
- env: CC=clang UNITTESTS=true
|
|
||||||
|
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
packages:
|
|
||||||
- libperl-dev
|
|
||||||
- elinks
|
|
||||||
- libgcrypt11-dev
|
|
||||||
- libotr5-dev
|
|
||||||
|
|
||||||
before_install:
|
|
||||||
- perl -V
|
|
||||||
- pushd ~
|
|
||||||
- curl -sSLf https://github.com/ninja-build/ninja/releases/download/v1.9.0/ninja-linux.zip | funzip > bin/ninja
|
|
||||||
- chmod +x bin/ninja
|
|
||||||
- curl -sSLf https://github.com/mesonbuild/meson/releases/download/0.51.1/meson-0.51.1.tar.gz | tar xz
|
|
||||||
- ( cd bin ; ln -s ../meson-*/meson.py meson )
|
|
||||||
- curl -sSLf https://github.com/irssi-import/glib-travis-build/releases/download/2.58.3/travis-xenial-glib-2.58.3.tar.xz | tar xJ
|
|
||||||
- export PKG_CONFIG_PATH=$HOME/glib-build/lib/x86_64-linux-gnu/pkgconfig
|
|
||||||
- export LD_LIBRARY_PATH=$HOME/glib-build/lib/x86_64-linux-gnu
|
|
||||||
- popd
|
|
||||||
|
|
||||||
install:
|
|
||||||
- meson Build -Dwith-proxy=yes -Dwith-bot=yes -Dwith-perl=yes -Dwith-otr=yes --prefix=$HOME/irssi-build
|
|
||||||
- ninja -C Build
|
|
||||||
- ninja -C Build install
|
|
||||||
|
|
||||||
before_script:
|
|
||||||
- pushd ~
|
|
||||||
- mkdir irssi-test
|
|
||||||
- echo echo automated irssi launch test > irssi-test/startup;
|
|
||||||
echo ^set settings_autosave off >> irssi-test/startup;
|
|
||||||
echo ^set -clear log_close_string >> irssi-test/startup;
|
|
||||||
echo ^set -clear log_day_changed >> irssi-test/startup;
|
|
||||||
echo ^set -clear log_open_string >> irssi-test/startup;
|
|
||||||
echo ^set log_timestamp '* ' >> irssi-test/startup;
|
|
||||||
echo ^window log on >> irssi-test/startup
|
|
||||||
- echo load perl >> irssi-test/startup
|
|
||||||
- echo load proxy >> irssi-test/startup
|
|
||||||
- echo ^quit >> irssi-test/startup
|
|
||||||
|
|
||||||
script:
|
|
||||||
- irssi-build/bin/irssi --home irssi-test
|
|
||||||
- popd
|
|
||||||
- if $UNITTESTS; then ninja -C Build test; fi
|
|
||||||
|
|
||||||
after_script:
|
|
||||||
- cat ~/irc.log.*
|
|
||||||
- find -name testlog.txt -exec sed -i -e '/Inherited environment:.* TRAVIS/d' {} + -exec cat {} +
|
|
@ -1,6 +1,6 @@
|
|||||||
# [Irssi](https://irssi.org/)
|
# [Irssi](https://irssi.org/)
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/irssi/irssi.svg?branch=master)](https://travis-ci.org/irssi/irssi)
|
![Build Status](https://github.com/irssi/irssi/workflows/Check%20Irssi/badge.svg?branch=master)
|
||||||
|
|
||||||
Irssi is a modular chat client that is most commonly known for its
|
Irssi is a modular chat client that is most commonly known for its
|
||||||
text mode user interface, but 80% of the code isn't text mode
|
text mode user interface, but 80% of the code isn't text mode
|
||||||
|
Loading…
Reference in New Issue
Block a user