diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-04-12 10:56:44 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-04-12 10:56:44 -0700 |
commit | 488320faac36bbe9add43f2947afe16444ab23a6 (patch) | |
tree | de822af99223a8b8027a9d338408885cf5efa67a | |
parent | 499c91dd9698c15bac2667a90b2b3ddc1a0f1930 (diff) | |
download | pandoc-488320faac36bbe9add43f2947afe16444ab23a6.tar.gz |
appveyor.yml - build 64 bit version and 32 bit.
-rw-r--r-- | appveyor.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml index 172c62b3f..f0d4975f9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,10 +11,10 @@ environment: STACK_ROOT: "c:\\sr32" STACK: "%STACK_ROOT%\\stack.exe" STACK_FLAGS: "--flag=hslua:lua_32bits" -# - STACK_VERSION: "windows-x86_64" -# STACK_ROOT: "c:\\sr64" -# STACK: "%STACK_ROOT%\\stack.exe" -# STACK_FLAGS: "" + - STACK_VERSION: "windows-x86_64" + STACK_ROOT: "c:\\sr64" + STACK: "%STACK_ROOT%\\stack.exe" + STACK_FLAGS: "" skip_commits: files: |