markw Company CI! #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: markw-main | |
on: | |
workflow_dispatch: | |
jobs: | |
showbuild: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Creating env! | |
uses: actions/checkout@v2 | |
- name: Setting up env! | |
run: | | |
sudo -E apt-get -qq update | |
sudo -E apt-get -qq install git make bc bison -y ccache \ | |
openssl curl zip kmod cpio flex libelf-dev \ | |
libssl-dev libtfm-dev wget device-tree-compiler \ | |
ca-certificates python3 python2 binutils \ | |
binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi | |
- name: Building Kernel... | |
run: | | |
chmod +x build.sh && bash build.sh | |
shell: bash | |
env: | |
CHATID: ${{ secrets.CHAT_ID }} | |
API_BOT: ${{ secrets.BOT_API }} |