修正部分编译阶段编译类型填写错误的问题。

This commit is contained in:
luqiuwen
2019-08-30 20:13:15 +08:00
parent 170437b54a
commit 4f71023c54

View File

@@ -53,7 +53,7 @@ testing_version_build_debug:
extends: .build_by_travis
variables:
TESTING_VERSION_BUILD: 1
BUILD_TYPE: RelWithDebInfo
BUILD_TYPE: Debug
PACKAGE: 1
only:
- /^develop-.*$/i
@@ -73,7 +73,8 @@ testing_version_build_release:
product_build_debug:
stage: build
variables:
BUILD_TYPE: RelWithDebInfo
UPLOAD_TO_REPO_ID: mesa-framework-stable
BUILD_TYPE: Debug
PACKAGE: 1
extends: .build_by_travis
artifacts:
@@ -86,6 +87,7 @@ product_build_debug:
product_build_release:
stage: build
variables:
UPLOAD_TO_REPO_ID: mesa-framework-stable
BUILD_TYPE: RelWithDebInfo
PACKAGE: 1
extends: .build_by_travis