Skip to content

Instantly share code, notes, and snippets.

View deild's full-sized avatar

Tōlvä deild

View GitHub Profile
@deild
deild / .gitmessage
Last active March 31, 2020 20:25
A useful template for commit messages
# <type>: If applied, this commit will <subject>
# |<---- Using a Maximum Of 50 Characters ---->|
# Explain what and why not how this change is being made
# |<---- Try To Limit Each Line to a Maximum Of 72 Characters ---->|
# Provide any references to tickets, articles or other resources
# Example: See #123, Fixes #456
# --- COMMIT END ---
@deild
deild / Changing author info.md
Last active May 18, 2018 19:13
Changing author info
@deild
deild / Solutions to setting up CI CD pipeline.md
Last active May 21, 2018 19:32
solution to setup the “collaboration - build – test – release” pipeline

Overview

In this Gist I will list solution to setup the “collaboration - build – test – release” pipeline for projects.

Objectives

The objectives for this “pipeline” are:

  • collaborative Git solution
  • build the code for different platforms
'use strict';
var compareFunc = require('compare-func');
var Q = require('q');
var readFile = Q.denodeify(require('fs').readFile);
var resolve = require('path').resolve;
var path = require('path');
var pkgJson = {};
var gufg = require('github-url-from-git');
try {
pkgJson = require(path.resolve(

le modèle de branchement et de workflow Git Simple

La branche principale

Le workflow n'utilise qu'une seule branche éternelle.

branches de fonctionnalité

Les branches de fonctionnalité sont le support du travail de développement au jour le jour, c'est pourquoi elles sont de loin les plus courantes de toutes les branches.

@deild
deild / README.md
Last active March 16, 2019 21:32
build ledger on macOS

with

  • macOS Mojave 10.14.3
  • boost 1.68.0
  • The C compiler identification is AppleClang 10.0.0.10001044
  • The CXX compiler identification is AppleClang 10.0.0.10001044
./acprep opt make --output=build  --prefix=$(brew --prefix) --boost=$(brew --prefix boost) \
--python -- -DUSE_PYTHON27_COMPONENT=1

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Pull Request Process

  1. Ensure any install or build dependencies are removed before the end of the layer when doing a
@deild
deild / README-Template.md
Created July 4, 2019 19:03 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@deild
deild / installation.md
Last active February 2, 2020 11:43
macOS OpenJDK PKG installer packages

macOS OpenJDK PKG installer packages

AdoptOpenJDK macOS installer packages are available as standard .pkg files, which can be run with an interactive user interface or run silently from the Terminal command line.

GUI installation Instructions for running an interactive installation using the macOS PKG installer.

  1. Download the .pkg file.

  2. Navigate to the folder that contains the file and open it to launch the installation program or drag the icon to your Application folder.