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