mirror of
https://github.com/qpdf/qpdf.git
synced 2024-11-10 23:20:58 +00:00
Change artifact directory from installers to distribution
This commit is contained in:
parent
b34cb54c5f
commit
9b72ce09be
3
TODO
3
TODO
@ -3,6 +3,9 @@ Azure Pipelines
|
|||||||
|
|
||||||
* Work make_dist and building of the app image into the pipeline so I
|
* Work make_dist and building of the app image into the pipeline so I
|
||||||
can use the pipeline to create all the official release files.
|
can use the pipeline to create all the official release files.
|
||||||
|
Append -ci to the names and include the sha256sum in the output.
|
||||||
|
The official release process will be to take the artifacts from the
|
||||||
|
release commit on master, verify the checksums, and rename.
|
||||||
|
|
||||||
Soon
|
Soon
|
||||||
====
|
====
|
||||||
|
@ -44,8 +44,8 @@ jobs:
|
|||||||
displayName: 'Build, test, generate binary distributions'
|
displayName: 'Build, test, generate binary distributions'
|
||||||
- task: PublishBuildArtifacts@1
|
- task: PublishBuildArtifacts@1
|
||||||
inputs:
|
inputs:
|
||||||
pathtoPublish: '$(System.DefaultWorkingDirectory)/installers'
|
pathtoPublish: '$(System.DefaultWorkingDirectory)/distribution'
|
||||||
artifactName: installers
|
artifactName: distribution
|
||||||
displayName: 'Upload binary distributions'
|
displayName: 'Upload binary distributions'
|
||||||
condition: eq(variables['System.PullRequest.IsFork'], 'False')
|
condition: eq(variables['System.PullRequest.IsFork'], 'False')
|
||||||
dependsOn: Linux
|
dependsOn: Linux
|
||||||
|
@ -35,8 +35,6 @@ make install
|
|||||||
|
|
||||||
v=`(cd $installdir; ls -d qpdf-*)`
|
v=`(cd $installdir; ls -d qpdf-*)`
|
||||||
cp -p README-windows-install.txt $installdir/$v/README.txt
|
cp -p README-windows-install.txt $installdir/$v/README.txt
|
||||||
mkdir installers
|
mkdir distribution
|
||||||
(cd $installdir; zip -r ../installers/$v-bin-$tool$wordsize.zip $v)
|
(cd $installdir; zip -r ../distribution/$v-bin-$tool$wordsize-ci.zip $v)
|
||||||
|
sha256sum distribution/*
|
||||||
set +x
|
|
||||||
ls -l installers
|
|
||||||
|
Loading…
Reference in New Issue
Block a user