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 <philippe.coval@silabs.com>
  • Loading branch information
rzr authored and agarwal57 committed Nov 28, 2023
1 parent 711bd31 commit 5ad3615
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build.yml
@@ -0,0 +1,17 @@
name: Docker Image CI

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

jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
- name: Build Docker image from sources
run: docker build .

0 comments on commit 5ad3615

Please sign in to comment.