summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorjmbills <42755197+jmbills@users.noreply.github.com>2019-10-23 20:54:19 +0300
committerJason M. Bills <jason.m.bills@linux.intel.com>2019-10-24 20:36:28 +0300
commit18fd5aec1c2d90a3f35936cd019604f511ceac53 (patch)
tree62ed92f532a529b93fb67c19fdaa98a9be9de22a /.github
parent456380bb272d3a301c887eee513a3937cc1f48e1 (diff)
downloadopenbmc-18fd5aec1c2d90a3f35936cd019604f511ceac53.tar.xz
Add action to build opebmc
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
new file mode 100644
index 000000000..ab31bf4b7
--- /dev/null
+++ b/.github/workflows/main.yml
@@ -0,0 +1,20 @@
+name: CI
+
+on: [pull_request]
+
+jobs:
+ build:
+
+ runs-on: ubuntu-latest
+
+ steps:
+ - uses: actions/checkout@v1
+ - name: Run a multi-line script
+ run: |
+ sudo apt update
+ sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib build-essential chrpath socat
+ rm -rf build
+ export TEMPLATECONF=meta-openbmc-mods/meta-wht/conf
+ source oe-init-build-env
+ echo "INHERIT += \"rm_work\"" >> conf/local.conf
+ bitbake intel-platforms