From 130578feaf585fa47439bfd6cf6d5a329928ec51 Mon Sep 17 00:00:00 2001 From: Margen67 Date: Fri, 6 Dec 2019 21:57:18 -0800 Subject: [PATCH] [AppVeyor] Skip tests this is already slow enough --- .appveyor.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index a65e9a338..0bd2f392c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -46,12 +46,6 @@ after_build: 7z a ..\..\..\..\xenia-vfs-dump-%appveyor_repo_branch%.zip ..\..\..\..\LICENSE xenia-vfs-dump.exe cd ..\..\..\.. -before_test: - - xb gentests - -test_script: - - xb test --no_build - artifacts: - path: '*.zip' - path: xenia-cpu-ppc-test.log