1 Star 2 Fork 1

zxh126 / sipsorcery

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.appveyor-mac.yml 993 Bytes
一键复制 编辑 原始数据 按行查看 历史
Aaron Clauson 提交于 2020-12-14 16:29 . Fixes for CI jobs.
version: 4.0.{build}
branches:
except:
- gh-pages
- ubuntu-ci
- win-ci
- wsl-ci
skip_tags: true
image: macos
environment:
APPVEYOR_SSH_KEY: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOgZaR7bVAJCsBs/yDlzNbHTvhicc1C7SeyEuVwN+Q0l
init:
# - sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -
build_script:
- uname -a
- dotnet --version
#- dotnet build src/SIPSorcery.sln --framework netcoreapp3.1
test_script:
# TODO: Track down why macos fails to determine the local interface for IPv6 destinations on approx. every second test run.
# possibly to do with different vm configs but same thing is happening on both appveyor and GitHub Actions CI's.
- dotnet test test/unit/SIPSorcery.UnitTests.csproj -c Release --framework netcoreapp3.1
#on_finish:
# - sh: export APPVEYOR_SSH_BLOCK=true
# - sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -
1
https://gitee.com/zxh126/sipsorcery.git
git@gitee.com:zxh126/sipsorcery.git
zxh126
sipsorcery
sipsorcery
master

搜索帮助