Skip to content

Commit 09df3f4

Browse files
author
Vladimir Kotal
committed
enable Github actions
1 parent c1a3232 commit 09df3f4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/build.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Build
2+
jobs:
3+
build:
4+
runs-on: ubuntu-latest
5+
steps:
6+
- name: Checkout master branch
7+
uses: actions/checkout@v2
8+
- name: Install pre-requisites
9+
run: ./dev/before_install
10+
- name: Before build actions
11+
run: ./dev/before
12+
- name: Build
13+
run: ./dev/main

0 commit comments

Comments
 (0)