This is an automated email from the ASF dual-hosted git repository. vladimirsitnikov pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jmeter.git
commit f75672cf93832bbf266ca8b8f23a39c10d05d2a3 Author: Vladimir Sitnikov <[email protected]> AuthorDate: Wed Oct 9 01:07:04 2019 +0300 Remove Appveyor CI for now Queue times are too high there. --- appveyor.yml | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index aa4f49a..0000000 --- a/appveyor.yml +++ /dev/null @@ -1,33 +0,0 @@ -# Configuration file for Appveyor continuous integration. -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to you under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# -version: '{build}' -image: Visual Studio 2019 -clone_depth: 1000 -# Space and plus are here to catch unit tests that fail to support folders with spaces -clone_folder: C:\projects\jmeter + -init: - - git config --global core.autocrlf true -matrix: - fast_finish: true -environment: -# https://www.appveyor.com/docs/windows-images-software/#java - matrix: - - JAVA_HOME: C:\Program Files\Java\jdk1.8.0 - - JAVA_HOME: C:\Program Files\Java\jdk12 -build_script: - - gradlew build --stacktrace --no-daemon -x distTar -x distTarSha512 -x signDistTar -x distTarSource -x distTarSourceSha512 -x signDistTarSource
