Skip to content

Commit

Permalink
Test script in prerelease.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Mar 29, 2018
1 parent 8b57640 commit 749997b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/prerelease.sh
Expand Up @@ -11,3 +11,8 @@ rm -rf $PKG && mkdir -p $PKG/contents && tar xf $TAR -C $PKG && tar xzf $PKG/con

# compile and build docs
cd $PKG/contents && MIX_ENV=prod mix do deps.get --only prod, compile, docs

# test escript
mix escript.build
mix escript.install --force ex_doc
ex_doc ExDoc 1.0.0-dev _build/dev/ex_doc/ebin

0 comments on commit 749997b

Please sign in to comment.