msuraev has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-pcap/+/32325 )

Change subject: CI/CD: drop travis support
......................................................................

CI/CD: drop travis support

It hasn't been tried in years and has likely bit rot by now.

Change-Id: Ia3c725e94ecd544adb8899c05d66828387906625
---
D .travis.yml
D contrib/travis.sh
2 files changed, 11 insertions(+), 52 deletions(-)

Approvals:
  pespin: Looks good to me, approved
  msuraev: Verified




diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index ebec2d9..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,25 +0,0 @@
-language: c
-os:
-  - linux
-sudo: required
-dist: trusty
-addons:
-  apt:
-    packages:
-      - autoconf
-      - automake
-      - make
-      - gcc
-      - debhelper
-      - devscripts
-      - libtool
-      - build-essential
-      - pkg-config
-      - libtalloc-dev
-      - libpcsclite-dev
-      - libpcap-dev
-      - libzmq3-dev
-      - libgnutls28-dev
-
-script:
-  - contrib/travis.sh
diff --git a/contrib/travis.sh b/contrib/travis.sh
deleted file mode 100755
index b7375f3..0000000
--- a/contrib/travis.sh
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/usr/bin/env bash
-
-set -ex
-
-rm -rf deps/install
-mkdir deps || true
-cd deps
-git clone https://gitea.osmocom.org/osmocom/libosmocore
-
-cd libosmocore
-git reset --hard 460f9ef7da1db11b104fdfe635ebcbd8a071f205
-autoreconf --install --force
-./configure --prefix=$PWD/../install
-make -j 4 install
-export LD_LIBRARY_PATH=$PWD/../install/lib
-
-cd ../
-git clone https://gitea.osmocom.org/cellular-infrastructure/osmo-python-tests
-cd osmo-python-tests
-sudo ./setup.py install
-
-cd ../../
-autoreconf --install --force
-PCAP_LIBS="-lpcap" PCAP_CFLAGS="" 
PKG_CONFIG_PATH=$PWD/deps/install/lib/pkgconfig ./configure 
--with-pcap-config=/bin/true --enable-external-tests
-PKG_CONFIG_PATH=$PWD/deps/install/lib/pkgconfig make -j 4
-PKG_CONFIG_PATH=$PWD/deps/install/lib/pkgconfig make check
-DISTCHECK_CONFIGURE_FLAGS="--with-pcap-config=/bin/true" PCAP_LIBS="-lpcap" 
PCAP_CFLAGS="" PKG_CONFIG_PATH=$PWD/deps/install/lib/pkgconfig 
LD_LIBRARY_PATH=$PWD/deps/install/lib make distcheck

--
To view, visit https://gerrit.osmocom.org/c/osmo-pcap/+/32325
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-pcap
Gerrit-Branch: master
Gerrit-Change-Id: Ia3c725e94ecd544adb8899c05d66828387906625
Gerrit-Change-Number: 32325
Gerrit-PatchSet: 2
Gerrit-Owner: msuraev <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: msuraev <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to