Skip to content

Commit

Permalink
cirrus: Enable gcov profiling
Browse files Browse the repository at this point in the history
Signed-off-by: Diaz1401 <[email protected]>
  • Loading branch information
Diaz1401 committed Jun 30, 2023
1 parent df20329 commit 8af55ee
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
env:
TELEGRAM_TOKEN: ENCRYPTED[88bae596655325b0152f04d1863a00901be925c81da784d3c6634157bc7c5a6ac8257325a182ccf4e519fc586ccc20b6]
GCC_IGNORE_WERROR: 1
TZ: "Asia/Jakarta"
CIRRUS_CLONE_DEPTH: 1
container:
image: diazaji/debian:kernel
cpu: 8
memory: 16G
task:
name: Compile Kernel
timeout_in: 69m
only_if: $CIRRUS_BRANCH == 'kucing-13-rebase'
script:
- wget -qO build.sh https://raw.githubusercontent.com/Mengkernel/build-script/alioth/build.sh
- bash build.sh gcc stable opt gcov

0 comments on commit 8af55ee

Please sign in to comment.