Skip to content

Commit

Permalink
Setup Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
lthms committed Dec 31, 2023
1 parent f9dc855 commit d6955b5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: push
run-name: Push workflow
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt install opam
- run: opam init -n
- run: make build-deps OCAML_COMPILER="ocaml.5.1.1"
- run: source $(opam env)
- run: make

0 comments on commit d6955b5

Please sign in to comment.