summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/pull_request_template.md3
-rw-r--r--.github/workflows/main.yml21
2 files changed, 21 insertions, 3 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
deleted file mode 100644
index 55a1b0a92..000000000
--- a/.github/pull_request_template.md
+++ /dev/null
@@ -1,3 +0,0 @@
-Please do not submit a Pull Request via github. Our project makes use of
-Gerrit for patch submission and review. For more details please
-see https://github.com/openbmc/docs/blob/master/CONTRIBUTING.md#submitting-changes-via-gerrit-server
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
new file mode 100644
index 000000000..7c36ade7a
--- /dev/null
+++ b/.github/workflows/main.yml
@@ -0,0 +1,21 @@
+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
+ sudo apt autoremove
+ rm -rf build
+ export TEMPLATECONF=meta-openbmc-mods/meta-wht/conf
+ source oe-init-build-env
+ echo "INHERIT += \"rm_work_and_downloads\"" >> conf/local.conf
+ bitbake intel-platforms