Skip to content

Commit

Permalink
GH-14: Add github action support
Browse files Browse the repository at this point in the history
Note this is currently active in forked repos

Bug-SiliconLabs: UIC-3082
Bug-GitHub: rzr#3
Forwarded: #14
Signed-off-by: Philippe Coval <[email protected]>
  • Loading branch information
rzr committed Apr 24, 2024
1 parent 645a084 commit ec2815a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Docker Image CI

on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]

jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- name: Build Docker image from sources
run: docker build .

0 comments on commit ec2815a

Please sign in to comment.