File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 11language : node_js
22node_js :
33 - " 0.10"
4+ env :
5+ - PATH=$HOME/bin:$PATH purescript_datadir=$HOME/.local/share/purescript
6+ before_install :
7+ - mkdir -p $HOME/bin
8+ - mkdir -p $HOME/.local/share/purescript/prelude
49install :
5- - " sudo apt-get install cabal-install"
6- - " cabal update"
7- - " cabal install Cabal cabal-install"
8- - " export PATH=~/.cabal/bin:$PATH"
9- - " cabal install purescript --force-reinstalls"
10+ - wget -O $HOME/bin/psc https://github.com/joneshf/purescript/releases/download/v0.5.4.1/psc
11+ - wget -O $purescript_datadir/prelude/prelude.purs https://github.com/joneshf/purescript/releases/download/v0.5.4.1/prelude.purs
1012 - " npm install bower grunt-cli -g"
1113 - " npm install"
1214 - " bower install"
You can’t perform that action at this time.
0 commit comments