File tree 1 file changed +18
-6
lines changed
1 file changed +18
-6
lines changed Original file line number Diff line number Diff line change 1
1
arch : null
2
2
artifacts : []
3
- environment : {}
3
+ environment :
4
+ NIXPKGS_ALLOW_BROKEN : 1
5
+ PORT : 8080
4
6
image : nixos/20.09
5
7
packages : []
6
- repositories :
7
- nixpkgs : https://github.com/NixOS/nixpkgs/archive/13209156c191524437d5556bd8b24a132c4a899a.tar.gz
8
8
secrets : []
9
9
shell : false
10
+ triggers : []
11
+
10
12
sources :
11
13
- https://github.com/bsima/urbit-airlock
14
+
12
15
tasks :
13
16
- build : |
14
- export NIXPKGS_ALLOW_BROKEN=1
15
17
cd urbit-airlock
16
18
nix-build
17
- # - test: nix-shell --command "runghc ./test.hs"
18
- triggers : []
19
+ # - test: |
20
+ # cd urbit-airlock
21
+ # # get urbit
22
+ # curl -O https://bootstrap.urbit.org/urbit-v0.10.8-linux64.tgz
23
+ # tar xzf urbit-v0.10.8-linux64.tgz
24
+ # mkdir ~/bin
25
+ # install ./urbit-v0.10.8-linux64/urbit ~/bin
26
+ # export PATH=~/bin:$PATH
27
+ # # start urbit daemon
28
+ # ./fakezod.sh
29
+ # # run tests
30
+ # nix-shell --command "runghc ./test.hs"
You can’t perform that action at this time.
0 commit comments