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 1
1
language : node_js
2
2
node_js :
3
3
- " 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
4
9
install :
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
10
12
- " npm install bower grunt-cli -g"
11
13
- " npm install"
12
14
- " bower install"
You can’t perform that action at this time.
0 commit comments