Created
May 27, 2018 00:31
-
-
Save justinwoo/dacaefa329a1b7838fb18133f7f8ed0f to your computer and use it in GitHub Desktop.
install shit
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
env: | |
- PATH=$HOME/purescript:$PATH | |
install: | |
- TAG=$(wget -q -O - https://github.com/purescript/purescript/releases/latest --server-response --max-redirect 0 2>&1 | sed -n -e 's/.*Location:.*tag\///p') | |
- wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz | |
- tar -xvf $HOME/purescript.tar.gz -C $HOME/ | |
- chmod a+x $HOME/purescript | |
- npm install -g bower | |
- npm install | |
script: | |
- bower install --production | |
- npm run -s build | |
- bower install | |
- npm test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment