Giter VIP home page Giter VIP logo

ipk-example's Introduction

Example IPK builder and Release workflow

This repo is meant as an example regarding workflows and IPKs.

The Makefile is used to build an IPK from the available control and data directories. The automation.yml workflow file is meant to create a new release as soon as a new tag is pushed to the repository.

It will thus trigger building the IPK, create a release and attaching the IPK to it.

Control

The control directory contains the control file, which is used to define the package name, version, maintainer, dependencies and so on. the Architecture field can have the following values:

  • all - the package is architecture independent
  • pigeon-all - all pigeon architectures
  • pigeon-glasses - only goggles
  • pigeon-glasses-v1 - only goggles v1
  • pigeon-glasses-v2 - only goggles v2
  • pigeon-airside - only airside
  • pigeon-airside-au - only air units
  • pigeon-airside-lite - only vistas
  • armv7-3.2 - the package is only for the armv7 architecture

Workflow

Check automation.yml this file should be pretty self explanatory, there are two jobs: build and release.

Both jobs run when something is pushed to master and when new tags are pushed. The release job needs the build job, so it runs first.

It basically runs the Makefile and creates the artifact. The release job fetches the artifact and generates a new release, attaching all available IPK files as assets to the new release.

Tagging

When pushed to master the release will be marked as pre-release, only when a new tag is pushed it is marked as a full release, the tag name will then also be the releases name.

ipk-example's People

Contributors

d3vl-jack avatar stylesuxx avatar

Watchers

 avatar  avatar  avatar

ipk-example's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.