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:
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 
Original file line number Diff line number Diff 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
2526RUN  wine64-stable xcopy || true
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments