Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
beem
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
beem
Commits
02e01b09
Commit
02e01b09
authored
6 years ago
by
Holger Nahrstaedt
Browse files
Options
Downloads
Patches
Plain Diff
fix appveyor
parent
86615997
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
appveyor.yml
+16
-5
16 additions, 5 deletions
appveyor.yml
with
16 additions
and
5 deletions
appveyor.yml
+
16
−
5
View file @
02e01b09
# Based on https://github.com/ogrisel/python-appveyor-demo/blob/master/appveyor.yml
version
:
'
{build}'
environment
:
global
:
...
...
@@ -68,18 +69,28 @@ after_test:
-
pyinstaller beempy-onedir.spec
-
copy /Y C:\OpenSSL-Win64\bin\libeay32.dll dist\beempy
-
copy /Y C:\OpenSSL-Win64\bin\ssleay32.dll dist\beempy
-
7z a
dist\
beempy.zip %APPVEYOR_BUILD_FOLDER%\dist\beempy
-
7z a -m0=LZMA2 -mx9
dist\beempy.7z
%APPVEYOR_BUILD_FOLDER%\dist\beempy
-
7z a beempy.zip %APPVEYOR_BUILD_FOLDER%\dist\beempy
-
7z a -m0=LZMA2 -mx9
$env:BUILD
%APPVEYOR_BUILD_FOLDER%\dist\beempy
#- "%CMD_IN_ENV% python setup.py bdist_wininst"
#- "%CMD_IN_ENV% python setup.py bdist_msi"
-
ps
:
|
# generate sha256 hashes
(get-filehash
dist\beempy.7z
-algorithm SHA256).Hash | out-file
"dist\beempy.7z.sha256"
-encoding ascii
(get-filehash
dist\
beempy.zip -algorithm SHA256).Hash | out-file "
dist\
beempy.zip.sha256" -encoding ascii
(get-filehash
$env:BUILD
-algorithm SHA256).Hash | out-file
("{0}.sha256" -f $env:BUILD)
-encoding ascii
(get-filehash beempy.zip -algorithm SHA256).Hash | out-file "beempy.zip.sha256" -encoding ascii
-
ps
:
"
ls
dist"
artifacts
:
# Archive the generated packages in the ci.appveyor.com build report.
-
path
:
dist\*
-
path
:
$(BUILD)
name
:
beempy
-
path
:
$(BUILD).sha256
name
:
beempy sha256 hash
-
path
:
beempy.zip
name
:
beempy_zip
-
path
:
beempy.zip.sha256
name
:
beempy_zip sha256 hash
on_finish
:
-
ps
:
|
# update appveyor build version, done last to prevent webhook breakage
update-appveyorbuild -version $env:AVVER
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment