diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index abd720d8..a554a687 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -1,4 +1,16 @@ steps: + - label: ":python: Lint code and build documentation" + agents: + provider: "gcp" + commands: + - "echo --- :python: Installing dependencies" + - "cat /etc/lsb-release" + - "sudo apt-get install --yes pandoc python3" + - "python3 -m pip install nox" + - "echo --- :terminal: Linting the code" + - "nox -s lint" + - "echo --- :books: Building documentation" + - "nox -s docs" - label: "Eland :python: {{ matrix.python }} :elasticsearch: {{ matrix.stack }}" agents: provider: "gcp"