mirror of
https://github.com/linuxboot/linuxboot
synced 2024-11-21 23:59:59 +00:00
Run CI nightly and store artifacts
Signed-off-by: Ryan O'Leary <ryanoleary@google.com>
This commit is contained in:
parent
9beedb7e76
commit
459ca018be
13
mainboards/.github/workflows/ci.yml
vendored
13
mainboards/.github/workflows/ci.yml
vendored
@ -7,6 +7,10 @@ on:
|
||||
pull_request:
|
||||
branches: [master]
|
||||
|
||||
# Triggers the workflow every day at 23:00.
|
||||
schedule:
|
||||
- cron: '0 23 * * *'
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
@ -77,3 +81,12 @@ jobs:
|
||||
cd ${{ matrix.mainboard }}
|
||||
make fetch
|
||||
make flashkernel
|
||||
- name: 'Upload Artifact'
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Kernel and Initramfs
|
||||
path: |
|
||||
**/flashkernel
|
||||
**/flashinitramfs.cpio
|
||||
retention-days: 30
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user