X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=ci%2Frun-windows-build.sh;h=a73a4eca0aa6053913aa81846453a3257af31595;hb=f80fcd36751c85b11722f8c7cfd537c28956400e;hp=d99a180e528084a43dff3f640ad3036f4f9dbf07;hpb=a9f2d3f200d9d8b6e803c0818b1163226bbc3994;p=platform%2Fupstream%2Fgit.git diff --git a/ci/run-windows-build.sh b/ci/run-windows-build.sh index d99a180..a73a4ec 100755 --- a/ci/run-windows-build.sh +++ b/ci/run-windows-build.sh @@ -6,7 +6,7 @@ # supported) and a commit hash. # -. ${0%/*}/lib-travisci.sh +. ${0%/*}/lib.sh test $# -ne 2 && echo "Unexpected number of parameters" && exit 1 test -z "$GFW_CI_TOKEN" && echo "GFW_CI_TOKEN not defined" && exit