Skip to content

Commit 5ad3615

Browse files
rzragarwal57
authored andcommitted
GH-14: Add github action support
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]>
1 parent 711bd31 commit 5ad3615

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/build.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Docker Image CI
2+
3+
on:
4+
push:
5+
branches: [ '*' ]
6+
pull_request:
7+
branches: [ '*' ]
8+
9+
jobs:
10+
build:
11+
runs-on: ubuntu-22.04
12+
steps:
13+
- uses: actions/[email protected]
14+
with:
15+
fetch-depth: 0
16+
- name: Build Docker image from sources
17+
run: docker build .

0 commit comments

Comments
 (0)