aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2020-11-01 08:33:49 +1000
committerSteve Bennett <steveb@workware.net.au>2020-11-01 08:46:32 +1000
commit2d86f2643f4a190f8f1e8c6caf0a00cad727af55 (patch)
tree99e1eeeddc94da0ad101778d8c5a558be58c0823 /appveyor.yml
parent256d0fe4847d06078209c8f3bc789de8a7ed70ca (diff)
downloadjimtcl-2d86f2643f4a190f8f1e8c6caf0a00cad727af55.zip
jimtcl-2d86f2643f4a190f8f1e8c6caf0a00cad727af55.tar.gz
jimtcl-2d86f2643f4a190f8f1e8c6caf0a00cad727af55.tar.bz2
build: Fix the appveyor build
Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index a3cac63..8921948 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,4 +1,5 @@
-version: "0.79.0.{build}"
+version: "0.80.0.{build}"
+image: Visual Studio 2019
install:
- cmd: set MSYSTEM=MINGW32
- cmd: C:\msys64\usr\bin\bash -lc "pacman --sync --noconfirm make mingw-w64-i686-gcc mingw-w64-i686-sqlite3"