From 36bb24d5804490f6aefccc37ffaf341d16eaf275 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Sat, 16 Mar 2019 23:47:05 -0400 Subject: [PATCH] enable linux builds --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 66c99655..a5560ac9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ image: - Visual Studio 2017 -#- Ubuntu1804 +- Ubuntu1804 branches: except: @@ -25,7 +25,6 @@ init: Install-Product node 10 $env:PATH = "C:\Program Files (x86)\Resource Hacker;${env:PATH}" if(Test-Path -Path $env:WIN_PKG) { - echo "THERE IS A WIN_PKG" $env:VER_INFO = "true" } }