File: build-debian.yml

package info (click to toggle)
packetsender 8.9.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,532 kB
  • sloc: cpp: 12,123; sh: 80; xml: 75; php: 47; makefile: 15
file content (25 lines) | stat: -rw-r--r-- 594 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name: build-debian

on: [push, pull_request]

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v2
    - name: create_tarball
      run: |
           cd ..
           tar --exclude=.git -cvzf packetsender_0.1+testonly.orig.tar.gz PacketSender
    - name: create_debian_dir
      run: |
           cp -a .github/workflows/debian .
    - name: install_dependencies
      run: |
           sudo apt update
           sudo apt install cmake debhelper devscripts qttools5-dev build-essential
    - name: build
      run: |
           debuild --no-lintian --no-sign