Skip to content

Commit

Permalink
fasterci: Initial setup
Browse files Browse the repository at this point in the history
Signed-off-by: Diaz1401 <[email protected]>
  • Loading branch information
Diaz1401 committed Jun 28, 2023
1 parent 9cde638 commit 4ae1457
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
17 changes: 17 additions & 0 deletions .fasterci/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
workflows:
- name: Setup
image: diazaji/debian:kernel
on:
push:
branches:
- "kucing-13-rebase"
env:
TZ: "Asia/Jakarta"
GCC_IGNORE_WERROR: "1"
secrets:
- TELEGRAM_TOKEN
steps:
- name: Compile Kernel
run: |
wget -qO build.sh https://raw.githubusercontent.com/Diaz1401/build-script/alioth/build.sh
bash build.sh gcc stable
10 changes: 1 addition & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
env:
TZ: "Asia/Jakarta"
TELEGRAM_TOKEN: "${{ secrets.TELEGRAM_TOKEN }}"
GCC_IGNORE_WERROR: true
GCC_IGNORE_WERROR: "1"
jobs:
build-gcc:
runs-on: self-hosted
Expand All @@ -15,11 +15,3 @@ jobs:
run: |
wget -qO build.sh https://raw.githubusercontent.com/Diaz1401/build-script/alioth/build.sh
bash build.sh gcc stable opt
build-clang:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: build
run: |
wget -qO build.sh https://raw.githubusercontent.com/Diaz1401/build-script/alioth/build.sh
bash build.sh clang beta opt

0 comments on commit 4ae1457

Please sign in to comment.