This repository has been archived by the owner on Feb 19, 2024. It is now read-only.
add - Added official branding #9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Project (for Launchpad PPA) | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
with: | |
submodules: 'true' | |
- name: Install required packages | |
run: | | |
sudo apt install curl locales-all cli-common-dev libunwind8-dev libcurl4-openssl-dev rustc cargo devscripts debhelper-compat dput | |
- name: Initialize offline package | |
run: | | |
sudo ip netns add no-net | |
- name: Try to build | |
run: | | |
sudo ip netns exec no-net make debian-all-offline |