All Projects → intuit → DockDockBuild

intuit / DockDockBuild

Licence: other
Support for running UNIX Makefiles on a Docker container

Programming Languages

kotlin
9241 projects
java
68154 projects - #9 most used programming language
Lex
420 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to DockDockBuild

idear
🎙️ Handsfree Audio Development Interface
Stars: ✭ 84 (+95.35%)
Mutual labels:  intellij, intellij-plugin
Wolfram Language Intellij Plugin Archive
Wolfram Language and Mathematica plugin for IntelliJ IDEA.
Stars: ✭ 177 (+311.63%)
Mutual labels:  intellij, intellij-plugin
Idea Php Toolbox
Collections of tools and improvements to make PhpStorm a little bit better
Stars: ✭ 147 (+241.86%)
Mutual labels:  intellij, intellij-plugin
Elm Plugin
Elm language support plugin for IntelliJ IDEA.
Stars: ✭ 137 (+218.6%)
Mutual labels:  intellij, intellij-plugin
Intellij Key Promoter X
Modern IntelliJ plugin to learn shortcuts for buttons
Stars: ✭ 2,689 (+6153.49%)
Mutual labels:  intellij, intellij-plugin
Mavenhelper
IntelliJ plugin - https://plugins.jetbrains.com/plugin/7179
Stars: ✭ 138 (+220.93%)
Mutual labels:  intellij, intellij-plugin
Intellij Makefile
Makefile support for IntelliJ-based IDEs
Stars: ✭ 164 (+281.4%)
Mutual labels:  intellij, intellij-plugin
Idea Conventional Commit
Context and template-based completion for conventional/semantic commits.
Stars: ✭ 115 (+167.44%)
Mutual labels:  intellij, intellij-plugin
Idea Php Annotation Plugin
Add PHP annotation support for PhpStorm and IntelliJ
Stars: ✭ 216 (+402.33%)
Mutual labels:  intellij, intellij-plugin
Intellij Hcl
HCL language support for IntelliJ platform based IDEs
Stars: ✭ 207 (+381.4%)
Mutual labels:  intellij, intellij-plugin
Intellij Visual Studio Dark Theme
Visual Studio Dark Theme for IDEA Intellij
Stars: ✭ 125 (+190.7%)
Mutual labels:  intellij, intellij-plugin
IntelliJ-Luanalysis
Type-safe Lua IDE Plugin for IntelliJ IDEA
Stars: ✭ 118 (+174.42%)
Mutual labels:  intellij, intellij-plugin
Mainframer Intellij Plugin
An intellij idea plugin for mainframer project
Stars: ✭ 125 (+190.7%)
Mutual labels:  intellij, intellij-plugin
Idea Php Generics Plugin
Support generics types in PhpStorm via psalm / phpstan docblock
Stars: ✭ 146 (+239.53%)
Mutual labels:  intellij, intellij-plugin
Pydantic Pycharm Plugin
PyCharm plugin for pydantic. This plugin provides autocompletion, inspection, type-checking, inserting unfilled argument, and more.
Stars: ✭ 116 (+169.77%)
Mutual labels:  intellij, intellij-plugin
Idea Gradle Dependencies Formatter
Gradle dependencies formatter for IntelliJ IDEA
Stars: ✭ 156 (+262.79%)
Mutual labels:  intellij, intellij-plugin
Gradle Changelog Plugin
Plugin for parsing and managing the Changelog in a "keep a changelog" style.
Stars: ✭ 102 (+137.21%)
Mutual labels:  intellij, intellij-plugin
Collector Intellij
A PhpStorm plugin for refactoring to collections
Stars: ✭ 114 (+165.12%)
Mutual labels:  intellij, intellij-plugin
Intellij Emberjs
Ember.js support for JetBrains IDEs (IntelliJ, WebStorm, ...)
Stars: ✭ 202 (+369.77%)
Mutual labels:  intellij, intellij-plugin
Intellij Sdk Code Samples
Mirror of the IntelliJ SDK Docs Code Samples
Stars: ✭ 217 (+404.65%)
Mutual labels:  intellij, intellij-plugin

DockDockBuild: Docker Based Makefile Support for IntelliJ-Based IDEs

DockDockBuild is an open source plugin for IntelliJ that dockerizes your makefile compilation.

logo Downloads Build codecov Version

When compiling a target in a makefile, this plugin builds a docker container and runs the compilation in that container. The container shares the host's code root path by using Docker's volume mapping, making the compiled code available and persistent.

DockDockBuild allows developers to compile their project on an immutable, uniform environment, without dedicated installations on their machine - just Docker.

This plugin fully supports GNU Make syntax, and provides:

  • Syntax highlighting
  • Run configurations
  • Gutter marks & context actions to run targets
  • and more

Based on https://plugins.jetbrains.com/plugin/9333-makefile-support

Prerequisites

  1. Docker - see installation instructions for Mac, Windows and Ubuntu.

    Please note that in some cases, it is recommended that Mac and Windows users install Docker Toolbox rather than Docker Desktop, as the latter might cause compatibility issues with Hyper-V - read more here.

  2. IntelliJ 2021.2 and above - if you have an older version, download the latest one here. It is recommended to uninstall the old version silently, so that you don't lose your old configuration.

Installation

From the IntelliJ Plugin Marketplace

In Settings, click on Plugins. You will find DockDockBuild in the Marketplace tab. Click on Install.

You may be required to restart your IDE following the installation.

From zip

Just drag-and-drop the file on top of IntelliJ and it will be installed.
Alternatively, go to Plugins -> Settings and select Install Plugin From Disk: Install plugin from zip

Select the zip file, and then click on Install.

You may be required to restart your IDE following the installation.

Configuration

Plugin Configuration

This is done automatically, but if you use non default values, you will need to define the paths to your Docker executable, code root and Maven cache, for example:

Docker Desktop for Mac: plugin_config

Set the Path to Docker executable to be the location of the docker executable file on your machine.

Set the Path to code root to be the location of your project's source code root folder.

Set the Path to Maven cache as the location of your .m2 folder.

Optionally: Set the Advanced docker settings with additional settings for the docker run command (mount additional volumes, etc.).

Run Configuration

DockDockBuild's run configuration is where you can select which Makefile and Dockerfile are used for building your project, as well as define environment variables.

When compiling a specific target from your Makefile, a default Run Configuration is set and used instantly by DockDockBuild, based on the location of the Makefile and the target being compiled.

You may also define multiple run configurations manually, and select which one to use each time you compile a target.

run config.jpg

  • Name your configuration.
  • Select the local Dockerfile or Docker image you would like to use.
  • Select the Makefile you would like to run.
  • Specify the target to be built.
  • [OPTIONAL] Select a script to be run on the container before the make command, that sets environment variables, runs installations etc.

Additional Configuration for Docker-Toolbox Users

Here

Usage

There are multiple ways to build your project using DockDockBuild:

  1. Select a run configuration from the drop-down list and click on the "play" button. select_run_config.png
  2. Go to your Makefile, and click on the "play" button next to the relevant target. run_from_file.png

Contribution

We welcome contributions from everyone. Please refer to the documentation here for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].