https://github.com/quansight/pearu-sandbox
Pearu's sandbox
https://github.com/quansight/pearu-sandbox
Last synced: about 1 year ago
JSON representation
Pearu's sandbox
- Host: GitHub
- URL: https://github.com/quansight/pearu-sandbox
- Owner: Quansight
- License: bsd-3-clause
- Created: 2018-06-28T10:58:51.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-08T17:29:23.000Z (over 1 year ago)
- Last Synced: 2024-11-08T18:29:39.188Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 3.7 MB
- Stars: 5
- Watchers: 18
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README-CI.md
- License: LICENSE
Awesome Lists containing this project
README
# CI
## Appveyor for MSVC builds
Follow steps 1-4 in https://www.appveyor.com/docs/:
Sign in to appveyor using Github account, find your github project and add, start New Build.
Create a .appveyor.yml file. Some examples:
- [xndtools/.appveyor.yml](https://github.com/plures/xndtools/blob/master/.appveyor.yml)
uses `git clone`, `pip install pytest`, `python setup.py install/develop/test`
## Travis CI for Linux builds
TODO
## SMTH for MacOSX builds
TODO