From 1d7b960614139bb1714a8de4b9720c10e87a4822 Mon Sep 17 00:00:00 2001 From: Cameron Moore Date: Wed, 11 Jan 2017 03:07:35 -0600 Subject: Clean up Makefile (#2924) Add missing deprecated targets. Remove `test` from `check` target since we already have `test-race`. Fixes #2901 --- appveyor.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 1a110265f..c77eb9f38 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,16 +13,10 @@ install: pip install docutils build_script: -- cmd: make govendor +- cmd: make vendor test_script: - cmd: >- - make check - - REM Test 64-bit alignment on 32-bit builds - - set "GOARCH=386" & make test & set GOARCH= - - go build -race + make hugo-race check hugo -s docs/ -- cgit v1.2.3