add haskell to shippable ci (#6600)

This commit is contained in:
wing328
2017-10-01 14:24:04 +08:00
committed by GitHub
parent 82b6e81897
commit c32281cd02
2 changed files with 5 additions and 0 deletions

View File

@@ -839,6 +839,7 @@
<modules>
<!-- clients -->
<module>samples/client/petstore/elixir</module>
<module>samples/client/petstore/haskell-http-client</module>
</modules>
</profile>
</profiles>

View File

@@ -7,7 +7,11 @@ build:
cache: true
cache_dir_list:
- $HOME/.m2
- $SHIPPABLE_REPO_DIR/samples/client/petstore/haskell-http-client/.stack-work
ci:
- sudo apt-get update -qq
# install stack
- curl -sSL https://get.haskellstack.org/ | sh
# install elixir
- wget https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb && sudo dpkg -i erlang-solutions_1.0_all.deb
- sudo apt-get update