Skip to content

Commit

Permalink
Create build_qualcommax.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
testuser7 committed Feb 9, 2024
1 parent 844c339 commit 11b2797
Show file tree
Hide file tree
Showing 22 changed files with 6,686 additions and 605 deletions.
6,631 changes: 6,631 additions & 0 deletions .config_qualcommax

Large diffs are not rendered by default.

12 changes: 0 additions & 12 deletions .devcontainer/ci-env/devcontainer.json

This file was deleted.

1 change: 0 additions & 1 deletion .github/FUNDING.yml

This file was deleted.

93 changes: 0 additions & 93 deletions .github/ISSUE_TEMPLATE/bug-report.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

139 changes: 0 additions & 139 deletions .github/labeler.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .github/pull_request_template

This file was deleted.

55 changes: 55 additions & 0 deletions .github/workflows/build_qualcommax.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
name: Build Qualcomm AX

on: workflow_dispatch

jobs:
build:
name: Build Qualcomm AX firmware images
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Install packages
run: |
sudo apt-get update && \
sudo apt-get install -y \
build-essential \
clang \
flex \
bison \
g++ \
gawk \
gcc-multilib \
g++-multilib \
gettext \
git \
libncurses-dev \
libssl-dev \
python3-distutils \
rsync \
unzip \
zlib1g-dev \
file \
wget && \
sudo apt-get clean
- name: Checkout
uses: actions/checkout@v4

- name: Import config
run: mv .config_qualcommax .config

- name: Update feeds
run: make package/symlinks

- name: Build firmware images
run: make -j$(nproc)

- name: Get SHA
uses: benjlevesque/[email protected]

- name: Release
uses: ncipollo/release-action@v1
with:
tag: qualcommax-${{ env.SHA }}
artifacts: bin/targets/qualcommax/ipq807x/openwrt-qualcommax-ipq807x-*
19 changes: 0 additions & 19 deletions .github/workflows/coverity.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/workflows/formal.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/github-release.yml

This file was deleted.

11 changes: 0 additions & 11 deletions .github/workflows/issue-labeller.yml

This file was deleted.

Loading

0 comments on commit 11b2797

Please sign in to comment.