Skip to content

Commit

Permalink
use GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nkraetzschmar committed Feb 29, 2024
1 parent 457d656 commit c515773
Show file tree
Hide file tree
Showing 14 changed files with 49 additions and 404 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
on:
push:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
build:
uses: gardenlinux/package-build/.github/workflows/build.yml@arm-runner
with:
release: ${{ github.ref == 'refs/heads/main' }}
runs-on-amd64: ubuntu-latest-64core
runs-on-arm64: ubuntu-latest-arm-64core
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.build
34 changes: 0 additions & 34 deletions .gitlab-ci.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .gitlab/ci/source.yml

This file was deleted.

59 changes: 0 additions & 59 deletions .gitlab/ci/test-config.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .gitlab/ci/test.yml

This file was deleted.

93 changes: 0 additions & 93 deletions README.md

This file was deleted.

6 changes: 0 additions & 6 deletions debian/changelog

This file was deleted.

5 changes: 5 additions & 0 deletions finalize_source
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(
apt-get install --no-install-recommends -y kernel-wedge python3-jinja2
cd "$dir/src"
{ PYTHONDONTWRITEBYTECODE=1 make -f debian/rules debian/control-real || true; } | grep 'generated SUCCESSFULLY'
)
30 changes: 0 additions & 30 deletions prepare-orig

This file was deleted.

Loading

0 comments on commit c515773

Please sign in to comment.