workflow test
Some checks failed
Run tests / Explore-Gitea-Actions (push) Failing after 27s
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 1m7s

This commit is contained in:
maxbyte9p
2024-05-22 16:07:20 -04:00
parent 4c5999d167
commit 6cc0830834

View File

@@ -14,6 +14,8 @@ jobs:
- run: echo "The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "The workflow is now ready to run your tests on the runner."
- run: mkdir build
- run: cd build && echo $PWD
- run: cd build && cmake ../
- run: cd build && make
- run: cd build && make test
- run: echo "$PWD"
- run: echo "This job's status is ${{ job.status }}."