M .builds/debian-stable.yml => .builds/debian-stable.yml +4 -0
@@ 20,3 20,7 @@ tasks:
- test: |
cd sgx-jmp
RANTLY_COUNT=100 bundle exec rake test
+- check_config_sample: |
+ curl -LO https://github.com/dhall-lang/dhall-haskell/releases/download/1.39.0/dhall-1.39.0-x86_64-linux.tar.bz2
+ tar -xf dhall-*.tar.bz2
+ bin/dhall --plain < sgx-jmp/config.dhall.sample
M config.dhall.sample => config.dhall.sample +3 -3
@@ 36,10 36,10 @@
CAD = ""
}
},
- xep0157 = {
+ xep0157 = [
{ var = "support-addresses", value = "xmpp:+14169938000@cheogram.com" }
- },
- plans = ./plans.dhall
+ ],
+ plans = ./plans.dhall,
electrum = ./electrum.dhall,
oxr_app_id = "",
activation_amount = 15,