From d34cefebee3862549004f1fdaa3988dbbca06063 Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Tue, 12 Mar 2019 16:19:26 -0700 Subject: Set up CI with Azure Pipelines --- azure-pipelines.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 000000000..a717f1637 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,19 @@ +trigger: +- master + +jobs: +- job: Build + timeoutInMinutes: 0 + + pool: + vmImage: 'Ubuntu-16.04' + + steps: + - bash: | + sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib build-essential chrpath socat + rm -rf build/conf + source oe-init-build-env + bitbake intel-platforms + displayName: 'Build' + timeoutInMinutes: 0 + -- cgit v1.2.3