1 Star 0 Fork 0

shazi4399/MP-SPDZ

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
azure-pipelines.yml 888 Bytes
一键复制 编辑 原始数据 按行查看 历史
Marcel Keller 提交于 2023-12-14 12:00 . Multinode computation.
# C/C++ with GCC
# Build your C/C++ project with GCC using make.
# Add steps that publish test results, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/apps/c-cpp/gcc
trigger:
- master
- to-publish
pool:
vmImage: 'ubuntu-20.04'
steps:
- script: |
bash -c "sudo apt-get update && sudo apt-get install libsodium-dev libntl-dev python3-gmpy2 python3-networkx"
- script: |
make setup
- script:
echo USE_NTL=1 >> CONFIG.mine
- script:
echo MY_CFLAGS += -DFEWER_PRIMES >> CONFIG.mine
- script:
echo MY_CFLAGS += -DFEWER_RINGS >> CONFIG.mine
- script:
echo MY_CFLAGS += -DCOMP_SEC=10 >> CONFIG.mine
- script:
echo CXX = clang++ >> CONFIG.mine
- script:
make arithmetic rep-bin yao
- script:
Scripts/setup-ssl.sh 4
- script:
skip_binary=1 Scripts/test_tutorial.sh -X
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shazi4399/MP-SPDZ.git
git@gitee.com:shazi4399/MP-SPDZ.git
shazi4399
MP-SPDZ
MP-SPDZ
master

搜索帮助