mirror of
https://github.com/vale981/arb
synced 2025-03-05 09:21:38 -05:00
Merge branch 'master' of github.com:fredrik-johansson/arb
This commit is contained in:
commit
2746f165a3
2 changed files with 3 additions and 3 deletions
|
@ -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>.
|
||||||
|
|
||||||
[](https://travis-ci.org/fredrik-johansson/arb)
|
[](https://ci.appveyor.com/project/fredrik-johansson/arb)
|
||||||
|
|
||||||
## Code example
|
## Code example
|
||||||
|
|
||||||
|
|
|
@ -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%"
|
||||||
|
|
Loading…
Add table
Reference in a new issue