修正每日构建的版本号传递方法

This commit is contained in:
luqiuwen
2019-08-30 15:03:36 +08:00
committed by 陆秋文
parent b628f88d21
commit df625ebbdd
2 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ variables:
INSTALL_PREFIX: "/home/tsg/tfe"
FRAMEWORK_REPO_ID: mesa-framework-stable
UPLOAD_TO_REPO_ID: mesa-framework-testing
TESTRING_VERSION_BUILD: 0
TESTING_VERSION_BUILD: 0
stages:
- build
@@ -52,7 +52,7 @@ testing_version_build_debug:
stage: build
extends: .build_by_travis
variables:
TESTRING_VERSION_BUILD: 1
TESTING_VERSION_BUILD: 1
BUILD_TYPE: RelWithDebInfo
PACKAGE: 1
only:
@@ -63,7 +63,7 @@ testing_version_build_release:
stage: build
extends: .build_by_travis
variables:
TESTRING_VERSION_BUILD: 1
TESTING_VERSION_BUILD: 1
BUILD_TYPE: RelWithDebInfo
PACKAGE: 1
only: