Skip to content

Commit d8d5485

Browse files
ci: Run sage prover on CI
1 parent 77cfa98 commit d8d5485

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.cirrus.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,3 +322,10 @@ task:
322322
test_script:
323323
- ./ci/cirrus.sh
324324
<< : *CAT_LOGS
325+
326+
task:
327+
name: "sage prover"
328+
<< : *LINUX_CONTAINER
329+
test_script:
330+
- cd sage
331+
- sage prove_group_implementations.sage

ci/linux-debian.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ RUN apt-get install --no-install-recommends --no-upgrade -y \
1919
gcc-arm-linux-gnueabihf libc6-dev-armhf-cross libc6-dbg:armhf \
2020
gcc-aarch64-linux-gnu libc6-dev-arm64-cross libc6-dbg:arm64 \
2121
gcc-powerpc64le-linux-gnu libc6-dev-ppc64el-cross libc6-dbg:ppc64el \
22-
wine gcc-mingw-w64-x86-64
22+
wine gcc-mingw-w64-x86-64 \
23+
sagemath
2324

2425
# Run a dummy command in wine to make it set up configuration
2526
RUN wine64-stable xcopy || true

0 commit comments

Comments
 (0)