Git Product home page Git Product logo

build-opentx's Introduction

Docker images to build OpenTX 2.4

Docker Image CI

How to use

In order to build each image, just cd into the directory and execute make:

% cd dev && make
% cd commit-tests && make

opentx-dev

The opentx-dev image is meant to be used in interactive mode:

% cd ~/src/opentx
% docker run -it --rm -v $(pwd):/src opentx-dev bash
root@02157a542d21:/# cd /src

Then you can just do whatever you need to do with your OpenTX source tree (compile, test, whatever).

opentx-commit-tests

The opentx-dev image is meant to be run with specific FLAVOR, so you can if the commit tests on Travis would likely pass on github:

% docker run -it --rm -v $(pwd):/src -e FLAVOR=COLORLCD opentx-commit-tests

You can however run them all by using (beware, this is going to be a very long run):

% docker run -it --rm -v $(pwd):/src -e FLAVOR=ALL opentx-commit-tests

Docker repositories

The opentx-dev and opentx-commit-tests image are hosted at Docker hub & Github Container Repository for your convenience.

Pulling from Docker hub is as simple as:

% docker pull pafleraf/opentx-dev
% docker pull pafleraf/opentx-commit-tests

Pulling from Github Container Repository uses a slightly longer command:

% docker pull ghcr.io/raphaelcoeffic/opentx-dev
% docker pull ghcr.io/raphaelcoeffic/opentx-commit-tests

build-opentx's People

Contributors

raphaelcoeffic avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

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.