diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml index 0c0807f..7173c1b 100644 --- a/.onedev-buildspec.yml +++ b/.onedev-buildspec.yml @@ -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