Skip to content

Commit

Permalink
cirrus: Initial setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Diaz1401 committed Jun 28, 2023
1 parent 9cde638 commit 45f302d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
env:
TELEGRAM_TOKEN: ENCRYPTED[be807dbd4d9876366c58e6ac86489fc3379b93170cb314285c326927c98fdbdb97fea24c2b601fbc9e3c390e0382d10b]
GCC_IGNORE_WERROR: "1"
TZ: "Asia/Jakarta"
CIRRUS_CLONE_DEPTH: 1
container:
image: diazaji/debian:kernel
task:
name: Compile Kernel
only_if: $CIRRUS_BRANCH == 'kucing-13-rebase'
cpu: 4
memory: 8G
script:
- wget -qO build.sh https://raw.githubusercontent.com/Diaz1401/build-script/alioth/build.sh
- bash build.sh gcc stable opt

0 comments on commit 45f302d

Please sign in to comment.