diff options
| author | Lucas Perlind <perlindluca@gmail.com> | 2023-03-30 18:03:28 +1100 |
|---|---|---|
| committer | Lucas Perlind <perlindluca@gmail.com> | 2023-03-30 18:14:57 +1100 |
| commit | 22e0f5ecd03fbf06428ae002a31ce7851d0356f6 (patch) | |
| tree | 5cf094d9af88bd225789e9402c0128899bba7ca8 /.github | |
| parent | fce2042375f8a1ad4c7f074f04318a43b60912de (diff) | |
Add documentation tester and make it apart of CI workflow
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc2691d80..5fb98fca4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: | |