代码拉取完成,页面将自动刷新
同步操作将从 Gitee 极速下载/transmittable-thread-local 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
# appveyor.yml Reference
# https://www.appveyor.com/docs/appveyor-yml/
#
# How to use AppVeyor to build a multi-arch Docker image for Linux and Windows
# https://stefanscherer.github.io/use-appveyor-to-build-multi-arch-docker-image/
#
# Building ASP.NET Core apps on both Windows and Linux using AppVeyor
# https://andrewlock.net/building-asp-net-core-apps-on-both-windows-and-linux-using-appveyor/
#
# appveyor.yml Example:
# https://github.com/cdcseacave/openMVS/blob/master/.appveyor.yml
version: '{build}'
image: Ubuntu2004
build: false
clone_depth: 50
branches:
except:
- gh-pages
environment:
APPVEYOR_YML_DISABLE_PS_LINUX: true
MAVEN_OPTS: "-Xmx1g -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2"
JAVA_OPTS: "-Xmx1g"
install:
- git submodule update --init
test_script:
- scripts/integration-test.sh
after_test:
- scripts/codecov.sh -s
# remove self maven install files
- rm -rf $HOME/.m2/repository/com/alibaba/transmittable-thread-local*
- rm -rf $HOME/.m2/repository/com/alibaba/ttl*
# remove maven install files
- rm -rf $HOME/.m2/wrapper/dists/*/*/*.zip
# remove sdkman install files
- rm -rf $HOME/.sdkman/archives/*
- rm -rf $HOME/.sdkman/tmp/*
cache:
# if cache size is exceed appveyor limit:
# Compressed cache item cannot exceed 1,048,576,000 bytes
# skip below maven cache:
- $HOME/.m2/
- $HOME/.sdkman/
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。