Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 452675a

Browse files
authored
Setup CI build (#46)
1 parent 707b7a9 commit 452675a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/workflows/build.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: build
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
8+
branches:
9+
- master
10+
11+
jobs:
12+
frameworkcontroller:
13+
name: frameworkcontroller
14+
runs-on: ubuntu-16.04
15+
steps:
16+
- uses: actions/checkout@v1
17+
- run: build/frameworkcontroller/docker-build.sh
18+
19+
frameworkbarrier:
20+
name: frameworkbarrier
21+
runs-on: ubuntu-16.04
22+
steps:
23+
- uses: actions/checkout@v1
24+
- run: build/frameworkbarrier/docker-build.sh

0 commit comments

Comments
 (0)