all repos — min @ 6407828fc1e154adf7a44d8f9b9c7148ab82c245

A small but practical concatenative programming language.

Tidying up.
h3rald h3rald@h3rald.com
Mon, 31 Jul 2023 15:10:24 +0200
commit

6407828fc1e154adf7a44d8f9b9c7148ab82c245

parent

32a74a1803951e9fdd44ee5a165dc1c1186b1f7d

1 files changed, 1 insertions(+), 6 deletions(-)

jump to
M .github/workflows/test.yml.github/workflows/test.yml

@@ -65,7 +65,7 @@ if: matrix.os == 'ubuntu-latest'

# Build for macOS/Windows - name: Build (macOS, Windows) - run: echo $pwd; nimble build -d:release -d:ssl -d:useOpenSsl3 --opt:size + run: nimble build -d:release -d:ssl -d:useOpenSsl3 --opt:size if: matrix.os == 'macos-latest' || matrix.os == 'windows-latest' # UPX compress (*nix)

@@ -90,11 +90,6 @@ # Test (*nix)

- name: Test run: ./min tests/all.min if: matrix.os == 'macos-latest' || matrix.os == 'ubuntu-latest' - - # Print PWD (Windows) - - name: Print PWD - run: echo $pwd - if: matrix.os == 'windows-latest' # Test (Windows) - name: Test