Merge pull request #21 from regolith-linux/gh-action

Basic GitHub workflow to generate ISO
This commit is contained in:
Marcos Tischer Vallim 2021-04-14 12:35:29 -03:00 committed by GitHub
commit 697c0688a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
.github/workflows/build-focal.yml vendored Normal file
View File

@ -0,0 +1,24 @@
name: build-focal
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Initiate Build
run: |
cd scripts
./build.sh -
- name: Debug
run: |
ls -hl scripts/