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.

пре 3 година
пре 3 година
пре 3 година
пре 3 година
пре 3 година
пре 3 година
пре 3 година
1234567891011121314151617
  1. kind: pipeline
  2. type: exec
  3. name: default
  4. node:
  5. uarch: skylake
  6. steps:
  7. - name: build
  8. commands:
  9. - git submodule init
  10. - git submodule update --recursive --remote
  11. - mkdir build
  12. - cd build
  13. - cmake ..
  14. - make
  15. - ./test