Skip to content

Instantly share code, notes, and snippets.

@justinwoo
Created May 27, 2018 00:31
Show Gist options
  • Save justinwoo/dacaefa329a1b7838fb18133f7f8ed0f to your computer and use it in GitHub Desktop.
Save justinwoo/dacaefa329a1b7838fb18133f7f8ed0f to your computer and use it in GitHub Desktop.
install shit
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