Skip to content

Commit 096df3b

Browse files
author
Jos Hickson
authored
Merge pull request #11 from jhickson/fixappveyor
Appveyor was failing at the versioning step
2 parents 987f200 + 0fd94bb commit 096df3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ install:
77
- set PATH=C:\msys64\usr\bin;%PATH%
88

99
build_script:
10-
- bash.exe -lc "./etc/scripts/write_version_targets.sh"
10+
- bash.exe -lc "cd $APPVEYOR_BUILD_FOLDER && ./etc/scripts/write_version_targets.sh"
1111
- ps: .\build.ps1 -VersionAndPublish (-Not $env:APPVEYOR_PULL_REQUEST_NUMBER)
1212

1313
test: off

0 commit comments

Comments
 (0)