Skip to content

Commit

Permalink
sync with opam-package template
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Nov 9, 2023
1 parent 6b62972 commit d8e06d3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-odoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
sudo apt-get update -y -qq
sudo apt-get install libsdl2-dev libsdl2-image-dev
- name: Use OCaml 5.1.x
- name: Setup OCaml
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: 5.1.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
sudo apt-get update -y -qq
sudo apt-get install libsdl2-dev libsdl2-image-dev
- name: Use OCaml ${{ matrix.ocaml-compiler }}
- name: Setup OCaml
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
Expand Down
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
PHONY: all
all:
.PHONY: all
all: build

.PHONY: build
build:
opam exec -- dune build

.PHONY: test
Expand Down

0 comments on commit d8e06d3

Please sign in to comment.