Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
privat committed Jun 26, 2024
1 parent 29d4b8c commit 6595687
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 6595687

Please sign in to comment.