BTCPayServer.Vault/Build
2020-11-26 23:08:40 +09:00
..
CI Move from travis to github actions 2020-11-26 23:08:40 +09:00
common Sign windows binaries with self signed certificate 2019-12-06 17:52:06 +09:00
debian-x64 bump hwi 2020-11-26 14:19:21 +09:00
linux-x64 bump hwi 2020-11-26 14:19:21 +09:00
osx-x64 bump hwi 2020-11-26 14:19:21 +09:00
win-x64 bump hwi 2020-11-26 14:19:21 +09:00
push-new-tag.ps1 Fix push new tag 2019-11-26 18:10:21 +09:00
README.md Update release process 2019-12-05 21:13:13 +09:00
RELEASE.md Changelog 2020-11-26 17:42:32 +09:00

Build system

The process to publish a new version is the following:

  1. Write the changelog on RELEASE.md.
  2. Bump BTCPayServer.Vault/Version.csproj version.
  3. Run Build/push-new-tag.ps1.
  4. Travis will push the new release to the latest github release.

The build system relies on docker to build the packages. Each dockerfile in <rid>/Dockerfile will generate a docker image with the package in it.

How to test Debian

The debian package is easy to test, run:

docker run --rm --name ubuntu-desktop -p 6080:80 dorowu/ubuntu-desktop-lxde-vnc

This will create a linux container with a desktop you can access on http://localhost:6080/ You can then copy the debian package to the vm with

docker cp ../dist ubuntu-desktop:/root/

Then in the terminal inside the ubuntu desktop run

dpkg -i *.deb