From 65956877e8b54e11fe27b28757cb24f97bd5431f Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Wed, 26 Jun 2024 07:40:45 -0400 Subject: [PATCH] wip --- .github/workflows/makefile.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 5132a5f8f4..5120207164 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -314,3 +314,15 @@ jobs: - run: cat /etc/issue - run: cat /etc/os-release - run: env + + scrap: + runs-on: ubuntu-24.04 + steps: + - run: sudo apt-get update && sudo apt-get install -y $BASIC_PACKAGES valgrind + - uses: actions/checkout@v4 + - run: git shortlog -ens . + - run: git shortlog -ens tests/test_prog/ + - run: make -C src ../bin/nitc + - run: cd tests && ./tests.sh -v ../src/nitdoc.nit || true + - run: cd tests && ./out/nitdoc.bin --test test_prog -d doc + - run: ls tests/doc/