diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml index 698740a..68ffc60 100644 --- a/.onedev-buildspec.yml +++ b/.onedev-buildspec.yml @@ -23,16 +23,23 @@ jobs: timeout: 14400 - name: Compile for Linux steps: + - type: CheckoutStep + name: Checkout + cloneCredential: + type: DefaultCredential + withLfs: false + withSubmodules: false + condition: SUCCESSFUL + optional: false - type: CommandStep name: Compile for Linux runInContainer: true - image: silkeh/clang + image: erriss/erris-build_tools:V0.1 interpreter: type: DefaultInterpreter commands: | - conan install . --output-folder=build --build=missing -s build_type=Debug - cmake -S . -G Ninja -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_TOOLCHAIN_FILE=build/conan_toolchain.cmake - cmake --build build --config + . .envrc + just c useTTY: true condition: SUCCESSFUL optional: false