Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Initial code from PQCrystals/Kyber @ 10b478fc3cc4ff6215eb0b6a11bd758bf0929cbd #6

Initial code from PQCrystals/Kyber @ 10b478fc3cc4ff6215eb0b6a11bd758bf0929cbd

Initial code from PQCrystals/Kyber @ 10b478fc3cc4ff6215eb0b6a11bd758bf0929cbd #6

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
build:
strategy:
fail-fast: false
matrix:
target:
- runner: ubuntu-latest
name: 'ubuntu-latest x86-64'
name: Build (${{ matrix.target.name }})
runs-on: ${{ matrix.target.runner }}
steps:
- name: checkout
uses: actions/checkout@v4
- name: build
run: |
cd src && make all