mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-05 13:55:54 +03:00
mark urbit executable executable
This commit is contained in:
parent
82d85d06b5
commit
46012003f0
@ -4,6 +4,7 @@ before_install:
|
||||
|
||||
# XX use an actual debian release, based on version pin somewhere
|
||||
- wget https://github.com/ohAitch/urbit/releases/download/untagged-4dd5d7e977e58b5f1e21/urbit
|
||||
- chmod +x ./urbit
|
||||
|
||||
# XX don't just blindly assume master
|
||||
- >
|
||||
|
@ -2,6 +2,7 @@ require! \stream-snitch
|
||||
pty = require \pty.js
|
||||
|
||||
term =
|
||||
# TODO abort on failure
|
||||
# XX use -s instead of travis wget'd pill
|
||||
pty.spawn './urbit' <[-B urbit.pill -A .. -cFI zod zod]>
|
||||
.on \data -> process.stdout.write it
|
||||
|
Loading…
Reference in New Issue
Block a user