Add CMake and tests

- Port tests to GitLab
- Add GitLab CI test matrix
- Remove gtest submodule
This commit is contained in:
Jonah Beckford 2023-08-07 19:39:57 -07:00
parent 7056638935
commit f07596dbb5
19 changed files with 1760 additions and 28 deletions

3
ci/run-with-msvc.cmd Normal file
View file

@ -0,0 +1,3 @@
CALL "%VSDIR%\VC\Auxiliary\Build\vcvars64.bat"
ECHO ON
%*