Skip to content

Commit

Permalink
Exclude test/ from releases
Browse files Browse the repository at this point in the history
Also remove multipart_form development pin.
  • Loading branch information
aantron committed May 15, 2021
1 parent b359934 commit a0dcaf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ todo-all :

VERSION := $(shell git describe --abbrev=0)
RELEASE := dream-$(VERSION)
FILES := src test dream.opam dune-project LICENSE.md README.md
FILES := src dream.opam dune-project LICENSE.md README.md

.PHONY : release
release : clean
Expand Down Expand Up @@ -125,7 +125,7 @@ release : clean
(cd _release && tar xf $(RELEASE).tar.gz)
opam pin add -y --no-action dream _release/$(RELEASE) --kind=path
opam reinstall -y --verbose dream
cd example/1-hello && dune exec --root . ./hello.exe
cd example/1-hello && dune exec --root . ./hello.exe || true
opam remove -y dream
opam pin remove -y dream
md5sum $(RELEASE).tar.gz
Expand Down
4 changes: 0 additions & 4 deletions dream.opam
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,6 @@ depends: [
"tyxml-ppx" {with-test & >= "4.5.0"}
]

pin-depends: [
["multipart_form.git" "git+https://github.com/dinosaure/multipart_form#8f5b6cb77af1a385155b0aeac40437dba6e56577"]
]

build: [
["dune" "build" "-p" name "-j" jobs]
]

0 comments on commit a0dcaf5

Please sign in to comment.