ci: Run sage prover on CI
This commit is contained in:
parent
77cfa98dbc
commit
d8d54859ed
@ -322,3 +322,10 @@ task:
|
|||||||
test_script:
|
test_script:
|
||||||
- ./ci/cirrus.sh
|
- ./ci/cirrus.sh
|
||||||
<< : *CAT_LOGS
|
<< : *CAT_LOGS
|
||||||
|
|
||||||
|
task:
|
||||||
|
name: "sage prover"
|
||||||
|
<< : *LINUX_CONTAINER
|
||||||
|
test_script:
|
||||||
|
- cd sage
|
||||||
|
- sage prove_group_implementations.sage
|
||||||
|
@ -19,7 +19,8 @@ RUN apt-get install --no-install-recommends --no-upgrade -y \
|
|||||||
gcc-arm-linux-gnueabihf libc6-dev-armhf-cross libc6-dbg:armhf \
|
gcc-arm-linux-gnueabihf libc6-dev-armhf-cross libc6-dbg:armhf \
|
||||||
gcc-aarch64-linux-gnu libc6-dev-arm64-cross libc6-dbg:arm64 \
|
gcc-aarch64-linux-gnu libc6-dev-arm64-cross libc6-dbg:arm64 \
|
||||||
gcc-powerpc64le-linux-gnu libc6-dev-ppc64el-cross libc6-dbg:ppc64el \
|
gcc-powerpc64le-linux-gnu libc6-dev-ppc64el-cross libc6-dbg:ppc64el \
|
||||||
wine gcc-mingw-w64-x86-64
|
wine gcc-mingw-w64-x86-64 \
|
||||||
|
sagemath
|
||||||
|
|
||||||
# Run a dummy command in wine to make it set up configuration
|
# Run a dummy command in wine to make it set up configuration
|
||||||
RUN wine64-stable xcopy || true
|
RUN wine64-stable xcopy || true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user