pqc/.drone.yml
Henry Case 21197d13b5
一些检查失败了
continuous-integration/drone/push Build is failing
Add '.drone.yml'
2021-04-17 00:46:36 +01:00

14 行
139 B
YAML

kind: pipeline
type: exec
name: default
steps:
- name: backend
commands:
- mkdir build
- cd build
- cmake ..
- make
- ./test