From 9e3b1d182a53d8ff6e9f043416dd36119c73d0d2 Mon Sep 17 00:00:00 2001 From: Davyd McColl Date: Wed, 30 Sep 2020 19:20:37 +0200 Subject: [PATCH] :memo: add documentation about building with docker --- BUILDING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILDING.md b/BUILDING.md index f8de5e2c..2330e8cf 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -32,6 +32,7 @@ Options: - `npm run build` - optionally `npm test` to run all tests - optionally `npm run release` to generate release artifacts +- build via docker for windows, using the `build-with-docker-for-windows.bat` script - build via the vs2019 Windows AppVeyer image. There is an appveyer.yml file included which (should) build if you set up AppVeyer to track your fork. AppVeyer is free for open-source projects.