aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-11-21 10:26:19 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2017-11-21 10:26:19 +0100
commit56eb9e22075411bf9ed875a2afe51702f26e1748 (patch)
tree84f3cf2310cb1c3f2c8e8756616a5abeb36b6799 /appveyor.yml
parenttest windows 64bit installer (diff)
downloadferdium-app-56eb9e22075411bf9ed875a2afe51702f26e1748.tar.gz
ferdium-app-56eb9e22075411bf9ed875a2afe51702f26e1748.tar.zst
ferdium-app-56eb9e22075411bf9ed875a2afe51702f26e1748.zip
Add 64bit build specifically for windows
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 4b2796f4b..11dea16c2 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -22,7 +22,7 @@ before_build:
22 - yarn lint 22 - yarn lint
23 23
24build_script: 24build_script:
25 - yarn build 25 - yarn build --x64 --ia32
26 26
27notifications: 27notifications:
28 - provider: Slack 28 - provider: Slack