summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Tanous <ed@tanous.net>2019-03-13 02:19:26 +0300
committerEd Tanous <ed@tanous.net>2019-03-13 02:19:26 +0300
commitd34cefebee3862549004f1fdaa3988dbbca06063 (patch)
treebd79069cdd3bae082bcea024d6ec95124d2c26f6
parenta25d24d5c0cf8f27cc8b6e748bae0d232a3c8f30 (diff)
downloadopenbmc-d34cefebee3862549004f1fdaa3988dbbca06063.tar.xz
Set up CI with Azure Pipelines
-rw-r--r--azure-pipelines.yml19
1 files changed, 19 insertions, 0 deletions
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
+