-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b699c43
commit df16d10
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,6 +43,8 @@ jobs: | |
# doesn't handle it | ||
- run: sudo apt-get install -qq -yy libev-dev libssl-dev pkg-config | ||
# clean build | ||
- run: opam pin add melange-json.dev [email protected]:melange-community/melange-json.git --yes | ||
- run: opam pin add melange-json-native.dev [email protected]:melange-community/melange-json.git --yes | ||
- run: opam install . --deps-only | ||
- run: opam exec -- dune build -p ppx_deriving_router | ||
# build with dream (should make ppx_deriving_router.dream available) | ||
|