pqc/buid.dbg/.drone.yml

15 satır
205 B
YAML
Ham Kalıcı Bağlantı Normal Görünüm Geçmiş

2021-04-18 23:59:38 +01:00
kind: pipeline
type: exec
name: default
steps:
- name: build
commands:
- git submodule init
- git submodule update --recursive --remote
- mkdir build
- cd build
- cmake ..
- make
- ./test