From f90131d6beef367c1746e45bffb9868dd00c5978 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Wed, 23 Sep 2015 00:59:12 +0200 Subject: [PATCH] Fixed invalid platform name for x64 in appveyor config --- README.md | 2 ++ appveyor.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3833265..85be12f 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,8 @@ the user would have with other frameworks: * [Windows (MSVC - x86_64)](https://github.com/Snaipe/Criterion/releases/download/v2.1.0/criterion-v2.1.0-windows-msvc-x86_64.tar.bz2) * [Windows (MinGW - x86_64)](https://github.com/Snaipe/Criterion/releases/download/v2.1.0/criterion-v2.1.0-windows-mingw-x86_64.tar.bz2) +[comment]: # (Don't forget to change x86_64 to x64 on windows links on the next release) + If you have a different platform, you can still [build the library from source](http://criterion.readthedocs.org/en/latest/setup.html#installation) ## Developer Resources diff --git a/appveyor.yml b/appveyor.yml index 29952bb..1f71d41 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,7 +22,7 @@ clone_depth: 5 platform: - x86 - - x86_64 + - x64 configuration: - Debug