File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-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/purescript/purescript/releases/download/0.5.6.2/psc
11+ - chmod a+x $HOME/bin/psc
12+ - wget -O $purescript_datadir/prelude/prelude.purs https://github.com/purescript/purescript/releases/download/0.5.6.2/prelude.purs
1013 - " npm install bower grunt-cli -g"
1114 - " npm install"
1215 - " bower install"
You can’t perform that action at this time.
0 commit comments