aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-11-21 10:58:08 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2017-11-21 10:58:08 +0100
commit0b7f531150999eb59efb84fba900a2d63616c3cf (patch)
tree1aaa1885d3d945c5aa0439e2ba6e39fff133f23e /appveyor.yml
parentMerge pull request #311 from meetfranz/feature/win-64-bit-installer (diff)
parentAdd 64bit build specifically for windows (diff)
downloadferdium-app-0b7f531150999eb59efb84fba900a2d63616c3cf.tar.gz
ferdium-app-0b7f531150999eb59efb84fba900a2d63616c3cf.tar.zst
ferdium-app-0b7f531150999eb59efb84fba900a2d63616c3cf.zip
Merge branch 'feature/win-64-bit-installer' into develop
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 99dfcf0da..a8e55d25f 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