From d3329cfbd9b9635a3dc0a9c6bfbff1400e3b804e Mon Sep 17 00:00:00 2001 From: Saektide Date: Thu, 21 Jan 2021 19:00:05 -0300 Subject: [PATCH] ci: add Ubuntu image --- appveyor.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index bf0cc7a..7e4af09 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,6 @@ image: - Visual Studio 2017 + - Ubuntu platform: - x64 @@ -16,9 +17,11 @@ init: install: - cmd: powershell Install-Product node $env:nodejs_version x64 + - sh: nvm install $nodejs_version - yarn build_script: - cmd: yarn pbuild -w + - sh: yarn pbuild -l -test: off +test: off \ No newline at end of file