Modifying pipeline to generate libdiscount when building.
h3rald h3rald@h3rald.com
Sat, 03 Jul 2021 14:50:08 +0200
7 files changed,
7 insertions(+),
4 deletions(-)
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
nifty.json
→
nifty.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.nim
→
src/hastyscribepkg/markdown.nim
@@ -113,7 +113,6 @@
## High Level API import - strutils, pegs const