Skip to content

add example and account for curve25519 / kyber1 #374

add example and account for curve25519 / kyber1

add example and account for curve25519 / kyber1 #374

Workflow file for this run

name: macOS Build Test
on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
with:
repository: wolfSSL/wolfssl.git
ref: master
- name: brew
run: brew install autoconf automake libtool
- name: build wolfSSL
run: ./autogen.sh && ./configure --enable-wolfssh --enable-cryptonly && make check && sudo make install
- uses: actions/checkout@v2
- name: configure
run: autoreconf -ivf && ./configure
- name: make
run: make
- name: make check
run: make check
- name: make distcheck
run: make distcheck