Reference implementations of PQC
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

14 lines
139 B

  1. kind: pipeline
  2. type: exec
  3. name: default
  4. steps:
  5. - name: backend
  6. commands:
  7. - mkdir build
  8. - cd build
  9. - cmake ..
  10. - make
  11. - ./test