all repos — hastyscribe @ e39c19734159c8e2f0cc5892c9fb417cc962a1af

A professional markdown compiler.

Modifying pipeline to generate libdiscount when building.
h3rald h3rald@h3rald.com
Sat, 03 Jul 2021 14:50:08 +0200
commit

e39c19734159c8e2f0cc5892c9fb417cc962a1af

parent

4690b05124f0f767c26c705a92483fe55714be10

M .github/workflows/add-artifacts-to-current-release.yml.github/workflows/add-artifacts-to-current-release.yml

@@ -71,7 +71,8 @@ - name: Build (Linux)

run: | nimble install -y nifty nifty install - nimble build -v -y --passL:-static -d:release --gcc.exe:musl-gcc --gcc.linkerexe:musl-gcc --gc:orc --opt:size + nifty build discount + nimble build -v -y --passL:-static -d:discount -d:release --gcc.exe:musl-gcc --gcc.linkerexe:musl-gcc --gc:orc --opt:size if: matrix.os == 'ubuntu-latest' # Build for macOS/Windows

@@ -80,7 +81,8 @@ shell: bash

run: | nimble install -y nifty nifty install - nimble build -v -y -d:release --gc:orc --opt:size + nifty build discount + nimble build -v -y -d:discount -d:release --gc:orc --opt:size if: matrix.os == 'macos-latest' || matrix.os == 'windows-latest' # Retrieve ID and Name of the current (draft) release
M .gitignore.gitignore

@@ -7,3 +7,5 @@ hastyscribe

nakefile packages/ *.zip +test.md +test.html
M nifty.jsonnifty.json

@@ -42,7 +42,7 @@ "discount": {

"configure.sh": true, "name": "discount", "src": "https://github.com/Orc/discount.git", - "tag": "v2.2.6", + "tag": "v2.2.7", "git": true }, "niftylogger.nim": {
M src/hastyscribepkg/markdown.nimsrc/hastyscribepkg/markdown.nim

@@ -113,7 +113,6 @@

## High Level API import - strutils, pegs const