summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJoachim Wiberg <troglobit@gmail.com>2021-07-20 17:50:08 +0200
committerJoachim Wiberg <troglobit@gmail.com>2021-07-20 17:50:08 +0200
commitc5dcf0ff1fda1e4998f23eb70f1a7ee2602f9b22 (patch)
tree05dad448d38c15be27d2737360dc95a953dde261 /.github
parent1d69a2bcb53a33ff50e6de0f89288c7bdb536297 (diff)
downloadlibnet-c5dcf0ff1fda1e4998f23eb70f1a7ee2602f9b22.tar.gz
.github: disable debian package building for now
There's potential, but debian/* needs to be brought up-to-date with a modern Debian standrds version, e.g. 4.3.0. Also, there is no `make package` target yet in the top Makefile.am Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 049ed66..ce42aff 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -31,21 +31,3 @@ jobs:
make V=1
make install-strip DESTDIR=/tmp
tree /tmp/usr
- debian:
- # Verify Debian package building
- runs-on: ubuntu-latest
- container: debian:stable
- steps:
- - uses: actions/checkout@v2
- - name: Installing dependencies
- run: |
- apt-get update
- apt-get install -y build-essential autoconf automake doxygen \
- dpkg-dev debhelper devscripts
- - name: Configure
- run: |
- ./autogen.sh
- ./configure
- - name: Building Debian package
- run: |
- make package