Skip to content

Commit d2718be

Browse files
committed
fix build
1 parent 15e5392 commit d2718be

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

.build.yml

+18-6
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,30 @@
11
arch: null
22
artifacts: []
3-
environment: {}
3+
environment:
4+
NIXPKGS_ALLOW_BROKEN: 1
5+
PORT: 8080
46
image: nixos/20.09
57
packages: []
6-
repositories:
7-
nixpkgs: https://github.com/NixOS/nixpkgs/archive/13209156c191524437d5556bd8b24a132c4a899a.tar.gz
88
secrets: []
99
shell: false
10+
triggers: []
11+
1012
sources:
1113
- https://github.com/bsima/urbit-airlock
14+
1215
tasks:
1316
- build: |
14-
export NIXPKGS_ALLOW_BROKEN=1
1517
cd urbit-airlock
1618
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"

0 commit comments

Comments
 (0)