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
0e8b70f4
Commit
0e8b70f4
authored
4 years ago
by
Holger
Browse files
Options
Downloads
Patches
Plain Diff
Try to fix ci
parent
dc7839e0
No related branches found
No related tags found
2 merge requests
!5
Taken current version of master branch in the https://github.com/holgern/beem
,
!4
Original changes pushed to master at https://github.com/holgern/beem
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
appveyor.yml
+9
-2
9 additions, 2 deletions
appveyor.yml
with
9 additions
and
2 deletions
appveyor.yml
+
9
−
2
View file @
0e8b70f4
...
...
@@ -24,11 +24,13 @@ install:
if ($env:APPVEYOR_PULL_REQUEST_NUMBER) {
$env:BUILD = "beempy-{0}-{1}-{2}_win64.zip" -f $env:COMM_TAG, $env:COMM_HASH, $env:COMM_PY
$env:BUILD2 = "beempy-onefile-{0}-{1}-{2}_win64.zip" -f $env:COMM_TAG, $env:COMM_HASH, $env:COMM_PY
$env:BUILD3 = "BeempySetup-{0}-{1}-{2}.exe" -f $env:COMM_TAG, $env:COMM_HASH, $env:COMM_PY
$env:AVVER = "{0}-{1}" -f $env:COMM_TAG.TrimStart("v"), $env:COMM_HASH
}
else {
$env:BUILD = "beempy-{0}-{1}-{2}-{3}_win64.zip" -f $env:COMM_TAG, $env:COMM_COUNT, $env:COMM_HASH, $env:COMM_PY
$env:BUILD2 = "beempy-onefile-{0}-{1}-{2}-{3}_win64.zip" -f $env:COMM_TAG, $env:COMM_COUNT, $env:COMM_HASH, $env:COMM_PY
$env:BUILD3 = "BeempySetup-{0}-{1}-{2}-{3}.exe" -f $env:COMM_TAG, $env:COMM_COUNT, $env:COMM_HASH, $env:COMM_PY
$env:AVVER = "{0}-{1}" -f $env:COMM_TAG.TrimStart("v"), $env:COMM_COUNT
}
...
...
@@ -77,13 +79,16 @@ after_test:
#- ps: 7z a -m0=LZMA2 -mx9 $env:BUILD .\dist\beempy
-
ps
:
7z a $env:BUILD .\dist\beempy
-
ps
:
7z a $env:BUILD2 .\dist\beempy.exe
-
cmd
:
makensisw.exe pyinstaller\windows_installer.nsi
-
cmd
:
makensisw.exe /V3 pyinstaller\windows_installer.nsi
-
ps copy /Y pyinstaller/BeempySetup.exe $env:BUILD3
-
ps
:
|
# generate sha256 hashes
(get-filehash $env:BUILD -algorithm SHA256).Hash | out-file ("{0}.sha256" -f $env:BUILD) -encoding ascii
type ("{0}.sha256" -f $env:BUILD)
(get-filehash $env:BUILD2 -algorithm SHA256).Hash | out-file ("{0}.sha256" -f $env:BUILD2) -encoding ascii
type ("{0}.sha256" -f $env:BUILD2)
(get-filehash $env:BUILD3 -algorithm SHA256).Hash | out-file ("{0}.sha256" -f $env:BUILD3) -encoding ascii
type ("{0}.sha256" -f $env:BUILD3)
#(get-filehash beempy.zip -algorithm SHA256).Hash | out-file "beempy.zip.sha256" -encoding ascii
...
...
@@ -97,8 +102,10 @@ artifacts:
name
:
beempy onefile
-
path
:
$(BUILD2).sha256
name
:
beempy onefile sha256 hash
-
path
:
BeempySetup.exe
-
path
:
p$(BUILD3)
name
:
beempy installer
-
path
:
$(BUILD3).sha256
name
:
beempy setup sha256 hash
#- path: beempy.zip
# name: beempy_zip
#- path: beempy.zip.sha256
...
...
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