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 0fbbc5f
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[88bae596655325b0152f04d1863a00901be925c81da784d3c6634157bc7c5a6ac8257325a182ccf4e519fc586ccc20b6]
GCC_IGNORE_WERROR: 1
TZ: "Asia/Jakarta"
CIRRUS_CLONE_DEPTH: 1
container:
image: diazaji/debian:kernel
cpu: 4
memory: 8G
task:
name: Compile Kernel
only_if: $CIRRUS_BRANCH == 'kucing-13-rebase'
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 0fbbc5f

Please sign in to comment.