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.
 
 
 
 

15 lines
205 B

  1. kind: pipeline
  2. type: exec
  3. name: default
  4. steps:
  5. - name: build
  6. commands:
  7. - git submodule init
  8. - git submodule update --recursive --remote
  9. - mkdir build
  10. - cd build
  11. - cmake ..
  12. - make
  13. - ./test