Skip to content

Commit b8c4ae3

Browse files
committed
Add GitHub Actions workflow
1 parent 4bc408b commit b8c4ae3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/build.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Build
2+
3+
on:
4+
push:
5+
6+
jobs:
7+
build:
8+
9+
runs-on: ubuntu-20.04
10+
11+
steps:
12+
- uses: actions/checkout@v4
13+
- name: Bootstrap
14+
run: ./init/bootstrap_ubuntu_server.sh
15+
- name: Cleanup
16+
run: docker compose down -v

0 commit comments

Comments
 (0)