-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
60 changed files
with
675 additions
and
581 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,56 @@ | ||
branches: | ||
only: | ||
- master | ||
|
||
environment: | ||
global: | ||
PYTHON: "C:\\Python37-x64" | ||
PYTHON_VERSION: "3.7.x" | ||
PYTHON_ARCH: "64" | ||
CIBW_BUILD_VERBOSITY: 1 | ||
CIBW_TEST_REQUIRES: pytest | ||
CIBW_TEST_COMMAND: "pytest %APPVEYOR_BUILD_FOLDER%\\tests" | ||
CIBW_BEFORE_BUILD: "python -m pip install -r requirements.txt" | ||
|
||
matrix: | ||
- CIBW_BUILD: "cp35-win_amd64" | ||
- CIBW_BUILD: "cp36-win_amd64" | ||
- CIBW_BUILD: "cp37-win_amd64" | ||
- CIBW_BUILD: "cp38-win_amd64" | ||
- CIBW_BUILD: "cp39-win_amd64" | ||
|
||
stack: python 3.7 | ||
|
||
init: | ||
- cmd: PATH=%PYTHON%;%PYTHON%\Scripts;%PATH% | ||
|
||
install: | ||
### GSL ### | ||
- cd C:\Tools\vcpkg | ||
- git pull | ||
- .\bootstrap-vcpkg.bat | ||
- .\vcpkg integrate install | ||
- .\vcpkg.exe install gsl:x64-windows-static | ||
- md %APPVEYOR_BUILD_FOLDER%\fathon\3rd_party\gsl\include | ||
- xcopy C:\Tools\vcpkg\packages\gsl_x64-windows-static\include %APPVEYOR_BUILD_FOLDER%\fathon\3rd_party\gsl\include /f /s /e | ||
- md %APPVEYOR_BUILD_FOLDER%\fathon\3rd_party\gsl\lib | ||
- xcopy C:\Tools\vcpkg\packages\gsl_x64-windows-static\lib %APPVEYOR_BUILD_FOLDER%\fathon\3rd_party\gsl\lib /f /s /e | ||
### PYTHON ### | ||
- "python -m pip install --upgrade pip" | ||
- "python -m pip install --upgrade cibuildwheel" | ||
- "python -m pip install --upgrade twine" | ||
|
||
build_script: | ||
- cd %APPVEYOR_BUILD_FOLDER% | ||
- "python --version" | ||
- "python -c \"import struct; print(struct.calcsize('P') * 8)\"" | ||
- "python -m pip --version" | ||
- "python -m twine --version" | ||
- "python -m cibuildwheel --output-dir wheelhouse" | ||
- dir wheelhouse | ||
- ps: >- | ||
if ($env:PYPI_UPLOAD -eq "test") { | ||
python -m twine upload --skip-existing wheelhouse\* --repository-url https://test.pypi.org/legacy/ -u $env:TEST_PYPI_USR -p $env:TEST_PYPI_PWD | ||
} elseif ($env:PYPI_UPLOAD -eq "release") { | ||
python -m twine upload --skip-existing wheelhouse\* -u $env:PYPI_USR -p $env:PYPI_PWD | ||
} |
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
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
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-183 Bytes
(98%)
docs/_build/doctrees/fun_class/fu/fathonUtils.getObjectMember.doctree
Binary file not shown.
Binary file modified
BIN
-599 Bytes
(93%)
docs/_build/doctrees/fun_class/fu/fathonUtils.linRangeByCount.doctree
Binary file not shown.
Binary file modified
BIN
-594 Bytes
(93%)
docs/_build/doctrees/fun_class/fu/fathonUtils.linRangeByStep.doctree
Binary file not shown.
Binary file modified
BIN
-828 Bytes
(92%)
docs/_build/doctrees/fun_class/fu/fathonUtils.powRangeByCount.doctree
Binary file not shown.
Binary file modified
BIN
-811 Bytes
(92%)
docs/_build/doctrees/fun_class/fu/fathonUtils.powRangeByStep.doctree
Binary file not shown.
Binary file modified
BIN
-48 Bytes
(99%)
docs/_build/doctrees/fun_class/fu/fathonUtils.subtractMean.doctree
Binary file not shown.
Binary file modified
BIN
-48 Bytes
(99%)
docs/_build/doctrees/fun_class/fu/fathonUtils.toAggregated.doctree
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: bf8bc797bceb48fe5abc3d1b252c1993 | ||
config: 3f3a3a407d4e9d370d01da6a59f49d6a | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
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
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
Oops, something went wrong.