Build debug branches.

pull/473/head
Fredrik Öhrström 2022-02-05 16:28:11 +01:00
rodzic 3b1a0127b0
commit b210ab3ecb
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -3,13 +3,15 @@ on:
push: push:
branches: branches:
- master - master
- 'debug/**'
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- id: INSTALL_ADDITIONAL_BUILD_DEPENDENCIES - id: INSTALL_ADDITIONAL_BUILD_DEPENDENCIES
run: sudo apt-get install librtlsdr-dev libusb-dev ncurses-dev run: sudo apt-get install librtlsdr-dev libusb-dev ncurses-dev
- id: CONFIGURE - id: CONFIGURE
run: ./configure run: ./configure
- id: MAKE - id: MAKE