File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -322,3 +322,10 @@ task:
322
322
test_script :
323
323
- ./ci/cirrus.sh
324
324
<< : *CAT_LOGS
325
+
326
+ task :
327
+ name : " sage prover"
328
+ << : *LINUX_CONTAINER
329
+ test_script :
330
+ - cd sage
331
+ - sage prove_group_implementations.sage
Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ RUN apt-get install --no-install-recommends --no-upgrade -y \
19
19
gcc-arm-linux-gnueabihf libc6-dev-armhf-cross libc6-dbg:armhf \
20
20
gcc-aarch64-linux-gnu libc6-dev-arm64-cross libc6-dbg:arm64 \
21
21
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
23
24
24
25
# Run a dummy command in wine to make it set up configuration
25
26
RUN wine64-stable xcopy || true
You can’t perform that action at this time.
0 commit comments