1
1
镜像自地址 https://github.com/henrydcase/pqc.git 已同步 2024-11-22 07:35:38 +00:00

maybe add CI

这个提交包含在:
Henry Case 2021-03-24 23:39:12 +00:00
父节点 f02248d478
当前提交 810f460a7e

23
.github/workflows/main.yml vendored 普通文件
查看文件

@ -0,0 +1,23 @@
name: PQC
on:
- push
- pull_request
jobs:
unit-test:
name: Unit tests
runs-on: [ubuntu-20.04]
steps:
- uses: actions/checkout@v1
with:
submodules: true
- name: build
run: |
mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
- name: run tests
run: |
./ut