2 Star 0 Fork 0

mirrors_sfackler/stdsimd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.appveyor.yml 805 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alex Crichton 提交于 2017-10-11 11:28 . Attempt to fix CI (#108)
environment:
# We don't want to do identical comdat folding as it messes up the ability to
# generate lossless backtraces in some cases. This is enabled by rustc by
# default so pass a flag to disable it to ensure our tests work ok.
RUSTFLAGS: -Clink-args=/OPT:NOICF
matrix:
- TARGET: x86_64-pc-windows-msvc
install:
# Install rust, x86_64-pc-windows-msvc host
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
- if NOT "%TARGET%" == "x86_64-pc-windows-msvc" rustup target add %TARGET%
- rustc -vV
- cargo -vV
build: false
test_script:
- C:\msys64\usr\bin\sh ci\run.sh
branches:
only:
- master
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_sfackler/stdsimd.git
[email protected]:mirrors_sfackler/stdsimd.git
mirrors_sfackler
stdsimd
stdsimd
master

搜索帮助