Skip to content

Commit 507c164

Browse files
trufaeradare
authored andcommitted
Create ci.yml
1 parent e295bb1 commit 507c164

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
branches: [ "main" ]
6+
pull_request:
7+
branches: [ "main" ]
8+
9+
jobs:
10+
build:
11+
12+
runs-on: ubuntu-latest
13+
14+
steps:
15+
- uses: actions/checkout@v4
16+
17+
- name: Compile
18+
run: make
19+
20+
- name: Test
21+
run: src/repl/mai-repl -h

0 commit comments

Comments
 (0)