comparison .gitlab-ci.yml @ 6109:f196f76d8683

ci: move update-hg-repo.sh to testlib/ Moving the file from contrib/, which is skipped when building a tarball, means we have one more file "appear" in test-check-sdist.t.
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 03 Dec 2021 09:37:51 +0300
parents ff19717f985e
children a6e93dc6e570
comparison
equal deleted inserted replaced
6108:ed68f64f5d0f 6109:f196f76d8683
96 96
97 .windows_runtests_template: &windows_runtests 97 .windows_runtests_template: &windows_runtests
98 before_script: 98 before_script:
99 - C:/MinGW/msys/1.0/bin/sh.exe --login -c 'cd "$OLDPWD" && ls -1 tests/test-check-*.t > C:/Temp/check-tests.txt' 99 - C:/MinGW/msys/1.0/bin/sh.exe --login -c 'cd "$OLDPWD" && ls -1 tests/test-check-*.t > C:/Temp/check-tests.txt'
100 script: 100 script:
101 - C:/MinGW/msys/1.0/bin/sh.exe --login -c 'cd "$OLDPWD" && contrib/update-hg-repo.sh C:/Temp/hg' 101 - C:/MinGW/msys/1.0/bin/sh.exe --login -c 'cd "$OLDPWD" && tests/testlib/update-hg-repo.sh C:/Temp/hg'
102 - > 102 - >
103 C:/MinGW/msys/1.0/bin/sh.exe --login -c ' 103 C:/MinGW/msys/1.0/bin/sh.exe --login -c '
104 cd "$OLDPWD" && 104 cd "$OLDPWD" &&
105 evo_branch=$(hg identify --branch) && 105 evo_branch=$(hg identify --branch) &&
106 hg_branch=${HG_BRANCH:-$(tests/testlib/map-hg-rev.sh "$evo_branch")} && 106 hg_branch=${HG_BRANCH:-$(tests/testlib/map-hg-rev.sh "$evo_branch")} &&