You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/03/11 06:36:39 UTC

[skywalking] branch wu-sheng-patch-1 created (now 4e03ca7)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a change to branch wu-sheng-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


      at 4e03ca7  Delete appveyor.yml

This branch includes the following new commits:

     new 4e03ca7  Delete appveyor.yml

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking] 01/01: Delete appveyor.yml

Posted by wu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch wu-sheng-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 4e03ca77fdafa0b35033c286502755e8900d9630
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Wed Mar 11 14:36:30 2020 +0800

    Delete appveyor.yml
---
 appveyor.yml | 60 ------------------------------------------------------------
 1 file changed, 60 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
deleted file mode 100644
index f9c2967..0000000
--- a/appveyor.yml
+++ /dev/null
@@ -1,60 +0,0 @@
-# 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}'
-
-os: Visual Studio 2017
-
-environment:
-  BUILDING_ON_PLATFORM: win
-  BuildEnvironment: appveyor
-  JAVA_HOME: C:\Program Files\Java\jdk1.8.0
-
-skip_commits:
-  files:
-    - LICENSE
-    - NOTICE
-    - HEADER
-    - docs/*
-    - CHANGES.md
-    - CODE_OF_CONDUCT.md
-    - CONTRIBUTING.md
-    - README.md
-    - .travis.yml
-    - Jenkinsfile
-    # - appveyor.yml
-
-branches:
-  only:
-    - master
-
-install:
-- ps: $env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User")
-- java -version
-- git submodule init
-- git submodule update
-
-build_script:
-- mvnw.cmd package -Dmaven.test.skip=true --quiet
-
-# after_build:
-# - mvnw.cmd javadoc:javadoc -Dmaven.test.skip=true
-
-test_script:
-- mvnw.cmd test
-
-cache:
-  - C:\Users\appveyor\.m2
\ No newline at end of file