Skip to content

Commit

Permalink
Merge branch 'IETF-Hackathon:master' into acvts-artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
josephlukefahr authored Jul 21, 2024
2 parents 87b3a8c + 4614044 commit 65b076b
Show file tree
Hide file tree
Showing 4 changed files with 4,704 additions and 1,980 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/build_compat_matrix_html.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Build Compat Matrix HTML

on:
push:
branches: [ 'mikeo_gh_automation' ]
#pull_request:
# branches: [ "main" ]

jobs:
oqs_validation:
runs-on: ubuntu-latest
#container: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install packages
run: |
apt install pandoc \
python3 -m pip install -r ./src/requirements.txt
- name: Build compat matrix
run: ./src/rebuild_results_certs_r3.sh
# - name: Archive Compatibility Matrix
# uses: actions/upload-artifact@v4
# with:
# name: compatibility-matrix
# path: ./output/
Loading

0 comments on commit 65b076b

Please sign in to comment.