ci, gha: Run "SageMath prover" job on GitHub Actions

This commit is contained in:
Hennadii Stepanov 2023-08-14 14:25:09 +01:00
parent 8d2960c8e2
commit c8d9914fb1
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F

View File

@ -37,3 +37,19 @@ jobs:
build\src\RelWithDebInfo\bench_ecmult.exe build\src\RelWithDebInfo\bench_ecmult.exe
build\src\RelWithDebInfo\bench_internal.exe build\src\RelWithDebInfo\bench_internal.exe
build\src\RelWithDebInfo\bench.exe build\src\RelWithDebInfo\bench.exe
sage:
name: "SageMath prover"
runs-on: ubuntu-latest
container:
image: sagemath/sagemath:latest
options: --user root
steps:
- name: Checkout
uses: actions/checkout@v3
- name: CI script
run: |
cd sage
sage prove_group_implementations.sage