Merge branch 'master' of github.com:fredrik-johansson/arb

This commit is contained in:
fredrik 2021-11-24 10:21:22 +01:00
commit 2746f165a3
2 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ Author: Fredrik Johansson <fredrik.johansson@gmail.com>
Bug reports, feature requests and other comments are welcome Bug reports, feature requests and other comments are welcome
in private communication, on the GitHub issue tracker, or on the FLINT mailing list <flint-devel@googlegroups.com>. in private communication, on the GitHub issue tracker, or on the FLINT mailing list <flint-devel@googlegroups.com>.
[![Build Status](https://travis-ci.org/fredrik-johansson/arb.svg?branch=master)](https://travis-ci.org/fredrik-johansson/arb) [![Build status](https://ci.appveyor.com/api/projects/status/r9bmee3ab3bb7xig?svg=true)](https://ci.appveyor.com/project/fredrik-johansson/arb)
## Code example ## Code example

View file

@ -26,8 +26,8 @@ environment:
ARCH: 64 ARCH: 64
- COMPILER: gcc - COMPILER: gcc
ARCH: 32 ARCH: 32
- COMPILER: cl # - COMPILER: cl
ARCH: 32 # ARCH: 32
install: install:
- if [%COMPILER%]==[gcc] set "PATH=C:\msys64\mingw%ARCH%\bin;%PATH%" - if [%COMPILER%]==[gcc] set "PATH=C:\msys64\mingw%ARCH%\bin;%PATH%"