Giter Club home page Giter Club logo

ceedling-platforms-plugin's Introduction

Platforms Ceedling Plugin

Support building for multiple platforms with Ceedling.

The plugin behaves very similar to the project:<name> option, but allows the extra project files to be inside some folder that can be specified, keeping your project root clean of .yml files if you are handling a lot of them.

Installation

Create a folder in your machine for Ceedling plugins if you do not have one already. e.g. ~/some/place/for/plugins:

$ mkdir -p ~/some/place/for/plugins

Get the plugin

cd into the plugins folder and clone this repo:

$ cd ~/some/place/for/plugins
$ git clone https://github.com/deltalejo/platforms-ceedling-plugin.git platforms

Enable the plugin

Add the plugins path to your project.yml to tell Ceedling where to find them if you have not done it yet. Then add platforms plugin to the enabled plugins list:

:plugins:
  :load_paths:
    - ~/some/place/for/plugins
  :enabled:
    - platforms

Usage

Add the folder(s) which contains (or will contain) the extra project files to your project.yml:

:project:
  :platforms_paths:
    - platforms

Put the extra project files inside the specified folder:

.
├── platforms
│   ├── platform-1.yml
│   ├── platform-2.yml
│   └── platform-3.yml
├── src
├── test
└── project.yml

Call Ceedling specifying the desired platform. e.g.:

$ ceedling platform:platform-1 test:all

ceedling-platforms-plugin's People

Contributors

deltalejo avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

claudiiolima

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.