-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added README to ci directory for other developers
- Loading branch information
Greg Blumberg
committed
Jan 12, 2019
1 parent
8a2f4ce
commit 03ed4b8
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
The files within this folder handle the various continuous integration stuff for SHARPpy: | ||
|
||
build_docs.sh: Builds the documentation using sphinx and deploys to Github Pages | ||
deploy_conda.sh: Builds the conda recipe for SHARPpy and deploys to Anaconda Online | ||
deploy_key.enc: An encrypted key for deployment of documentation | ||
cscreen: a utility to modify the screen size of macOS (freeware; https://www.pyehouse.com/cscreen/) | ||
make_binary.sh: a script to build the macOS binary using PyInstaller | ||
screen.py: A Python script to print out the screen resolution to the command line | ||
|
||
|