Add documentation tester and make it apart of CI workflow

This commit is contained in:
Lucas Perlind
2023-03-30 18:03:28 +11:00
parent fce2042375
commit 22e0f5ecd0
3 changed files with 413 additions and 0 deletions
+7
View File
@@ -163,6 +163,13 @@ jobs:
cd tests\internal
call build.bat
timeout-minutes: 10
- name: Odin documentation tests
shell: cmd
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat
cd tests\documentation
call build.bat
timeout-minutes: 10
- name: core:math/big tests
shell: cmd
run: |