Skip to content

Commit

Permalink
WIP: Add CI on github
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-kiszka committed Jan 29, 2022
1 parent ca8a5ae commit 7e4e9ae
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: CI

on: [push]

jobs:
mvebu-default:
name: Image build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build
run: make mvebu.default FULL_BUILD=true V=0
- name: Upload image
uses: actions/upload-artifact@v2
with:
name: mvebu
path: |
images/mvebu/gargoyle*

0 comments on commit 7e4e9ae

Please sign in to comment.