[CI] Move appveyor tests to action (#6986)

* Drop support for VS14, use VS15 instead.
* Drop support for mingw.
* Remove debug build.
* Split up jvm tests.
* Split up Python tests.
This commit is contained in:
Jiaming Yuan
2021-05-27 04:49:45 +08:00
committed by GitHub
parent 86e60e3ba8
commit 29d6a5e2b8
5 changed files with 186 additions and 180 deletions

View File

@@ -0,0 +1,21 @@
name: win64_env
channels:
- conda-forge
dependencies:
- python
- wheel
- numpy
- scipy
- scikit-learn
- pandas
- matplotlib
- dask
- distributed
- python-graphviz
- pytest
- jsonschema
- hypothesis
- jsonschema
- pip
- pip:
- graphviz