Skip to content

Instantly share code, notes, and snippets.

@nemanjan00
Last active May 21, 2018 22:13
Show Gist options
  • Save nemanjan00/126c3c82e53c6b56cbee743a24253783 to your computer and use it in GitHub Desktop.
Save nemanjan00/126c3c82e53c6b56cbee743a24253783 to your computer and use it in GitHub Desktop.
pipeline:
x230:
image: ubuntu:xenial
commands:
- apt update
- apt install -y build-essential zlib1g-dev uuid-dev libdigest-sha-perl bc bzip2 bison flex git gnupg iasl m4 nasm patch python wget gnat git
- git clone https://github.com/osresearch/heads
- cd heads
- make -j 32 BOARD=x230
github_release:
image: plugins/github-release
api_key: xxxxxxxx
files: build/x230/coreboot.rom
when:
event: tag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment