debugging strange old version of git-annex in windows installer bundle
This commit is contained in:
parent
3a927a0345
commit
1a338ed920
2 changed files with 6 additions and 5 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -23,7 +23,7 @@ try {
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Archive') {
|
stage('Archive') {
|
||||||
archiveArtifacts 'git-annex-installer.exe,dist/build-version'
|
archiveArtifacts 'git-annex-installer.exe,git-annex.exe,dist/build-version'
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Upload') {
|
stage('Upload') {
|
||||||
|
|
|
@ -28,8 +28,9 @@ export UPGRADE_LOCATION
|
||||||
#FORCE_GIT_VERSION=1.9.5
|
#FORCE_GIT_VERSION=1.9.5
|
||||||
#export FORCE_GIT_VERSION
|
#export FORCE_GIT_VERSION
|
||||||
|
|
||||||
# Don't allow build artifact from a past successful build to be extracted
|
# Don't allow build artifacts from a past successful build to be extracted
|
||||||
# if we fail.
|
# if we fail.
|
||||||
|
#rm -f git-annex.exe
|
||||||
rm -f git-annex-installer.exe
|
rm -f git-annex-installer.exe
|
||||||
|
|
||||||
# Get extra programs to bundle with git-annex.
|
# Get extra programs to bundle with git-annex.
|
||||||
|
@ -57,9 +58,9 @@ getextra () {
|
||||||
getextra rsync.exe 85cb7a4d16d274fcf8069b39042965ad26abd6aa
|
getextra rsync.exe 85cb7a4d16d274fcf8069b39042965ad26abd6aa
|
||||||
|
|
||||||
# Build git-annex
|
# Build git-annex
|
||||||
stack setup --stack-yaml stack-windows.yaml
|
#stack setup --stack-yaml stack-windows.yaml
|
||||||
stack install -j 1 --stack-yaml stack-windows.yaml --no-haddock \
|
#stack install -j 1 --stack-yaml stack-windows.yaml --no-haddock \
|
||||||
--local-bin-path .
|
# --local-bin-path .
|
||||||
|
|
||||||
# Build the installer
|
# Build the installer
|
||||||
withcygpreferred stack ghc --stack-yaml stack-windows.yaml --no-haddock \
|
withcygpreferred stack ghc --stack-yaml stack-windows.yaml --no-haddock \
|
||||||
|
|
Loading…
Reference in a new issue