all repos — litestore @ 1f1602eb19ec6e36ac405c4ab0b6bcbb39a202be

A minimalist nosql document store.

Update add-artifacts-to-current-release.yml
Fabio Cevasco h3rald@h3rald.com
Sun, 07 Jan 2024 20:42:03 +0100
commit

1f1602eb19ec6e36ac405c4ab0b6bcbb39a202be

parent

38e8f94a76d8c26f5d13aed62da33cf454d2e67d

1 files changed, 9 insertions(+), 3 deletions(-)

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

@@ -79,12 +79,18 @@ - name: Build (Linux)

run: nimble build -v -y --passL:-static -d:release --gcc.exe:musl-gcc --gcc.linkerexe:musl-gcc --mm:refc --opt:size -d:ssl litestore if: matrix.os == 'ubuntu-latest' - # Build for macOS/Windows - - name: Build (macOS, Windows) + # Build for macOS + - name: Build (macOS) shell: bash run: nimble build -v -y -d:release --mm:refc --opt:size -d:ssl litestore - if: matrix.os == 'macos-latest' || matrix.os == 'windows-latest' + if: matrix.os == 'macos-latest' + # Build for Windows + - name: Build (Windows) + shell: bash + run: nimble build -v -y -d:release --mm:refc --opt:size -d:ssl --gcc.exe:gcc --gcc.linkerexe:gcc --cc:gcc litestore + if: matrix.os == 'windows-latest' + # Import admin directory and create default db - name: Import Admin shell: bash