2018-11-08 22:28:54 +03:00
|
|
|
language: nix
|
|
|
|
nix: 2.1.3
|
2018-11-06 07:14:33 +03:00
|
|
|
|
|
|
|
script:
|
2018-11-08 22:28:54 +03:00
|
|
|
- nix-shell --pure --run './scripts/cibuild -Dnix=true'
|
2017-06-14 04:32:37 +03:00
|
|
|
|
|
|
|
# Uncomment me if this gets annoying
|
|
|
|
#
|
2018-03-20 20:16:16 +03:00
|
|
|
# notifications:
|
|
|
|
# email: false
|
|
|
|
|
|
|
|
install:
|
2018-11-06 07:14:33 +03:00
|
|
|
- git clone https://github.com/urbit/arvo
|
|
|
|
- cd ./arvo
|
|
|
|
- git checkout $(cat ../.travis/pin-arvo-commit.txt)
|
|
|
|
- cd ..
|
2017-06-14 04:32:37 +03:00
|
|
|
|
2017-12-01 05:50:27 +03:00
|
|
|
deploy:
|
2017-12-01 06:25:42 +03:00
|
|
|
skip_cleanup: true
|
2017-12-01 05:50:27 +03:00
|
|
|
provider: releases
|
2017-12-05 02:47:16 +03:00
|
|
|
prerelease: true # turn this off for official releases
|
2017-12-01 05:50:27 +03:00
|
|
|
api_key:
|
2017-12-05 02:47:16 +03:00
|
|
|
secure: V4E7784ECSS3MO6ZIRtang9XwibDyvDYGb0MoSaP2CTlmzIAhdokr4KJFM0qM4KRaaajCdQuqi0lojgOjwdxs7e0GkAwScb33LFxQ7Chj/QkFOY7V1AnSRLR5OsXnazB0nur5aSwvcvnggQ2XW3OeF7zIvGfs9aR97SEz/xCrVE=
|
2018-03-20 20:16:16 +03:00
|
|
|
file: ./build/urbit # TODO upload package from before_deploy
|
2017-12-01 05:50:27 +03:00
|
|
|
on:
|
2017-12-05 02:47:16 +03:00
|
|
|
repo: urbit/urbit
|
|
|
|
tags: true
|