Edit .onedev-buildspec.yml
This commit is contained in:
@@ -34,7 +34,7 @@ jobs:
|
|||||||
- type: CommandStep
|
- type: CommandStep
|
||||||
name: Compile for Linux
|
name: Compile for Linux
|
||||||
runInContainer: true
|
runInContainer: true
|
||||||
image: erriss/erris-build_tools:V0.2
|
image: erriss/erris-build_tools:V0.3
|
||||||
interpreter:
|
interpreter:
|
||||||
type: DefaultInterpreter
|
type: DefaultInterpreter
|
||||||
commands: |
|
commands: |
|
||||||
@@ -46,6 +46,10 @@ jobs:
|
|||||||
envVars:
|
envVars:
|
||||||
- name: BUILD_TYPE
|
- name: BUILD_TYPE
|
||||||
value: Debug
|
value: Debug
|
||||||
|
- name: CC
|
||||||
|
value: clang
|
||||||
|
- name: CXX
|
||||||
|
value: clang++
|
||||||
useTTY: true
|
useTTY: true
|
||||||
condition: SUCCESSFUL
|
condition: SUCCESSFUL
|
||||||
optional: false
|
optional: false
|
||||||
|
|||||||
Reference in New Issue
Block a user