diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2017-11-10 19:10:23 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2017-11-10 19:10:23 +0100 |
commit | 6acf1a180223f34ee55e9d75787972ff982f70c1 (patch) | |
tree | 83e42059d9753e268d31426ab0d2055231d282ae /appveyor.yml | |
parent | Fixed dot processing in directory names (diff) | |
download | kcc-6acf1a180223f34ee55e9d75787972ff982f70c1.tar.gz kcc-6acf1a180223f34ee55e9d75787972ff982f70c1.tar.bz2 kcc-6acf1a180223f34ee55e9d75787972ff982f70c1.zip |
Updated build enviroment
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml index 1fb13e1..44cd72b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,15 +7,13 @@ install: - "%PYTHON%\\python.exe -m pip install -r requirements.txt" - "%PYTHON%\\python.exe -m pip install certifi PyInstaller" - nuget install secure-file -ExcludeVersion - - nuget install verpatch -ExcludeVersion - - secure-file\tools\secure-file -decrypt other\windows\Cert.pfx.enc -secret %ENCRYPTION% - secure-file\tools\secure-file -decrypt other\windows\sentry.py.enc -out kindlecomicconverter\sentry.py -secret %ENCRYPTION% build_script: - "%PYTHON%\\python.exe setup.py build_binary" after_build: - - ps: Get-ChildItem .\dist\KindleComicConverter_win_* | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } + - ps: Get-ChildItem .\dist\KCC* | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } deploy: provider: S3 |