Files
gxde-kernel-manager/.github/workflows/build.yml
debuggerx f6691914c7 test ci
2021-08-03 14:07:27 +08:00

27 lines
588 B
YAML

name: Build deb packages
on: push
jobs:
build:
name: Build my artifact
runs-on: ubuntu-latest
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 1024
swap-size-mb: 1024
remove-dotnet: 'true'
remove-android: 'true'
- name: Checkout
uses: actions/checkout@v2
- name: Build
run: sudo bash build_action.sh
- name: Artifact
uses: actions/upload-artifact@v2
with:
name: artifact
path: artifact/