Add API testing framework and initial test cases for authentication endpoints

This commit is contained in:
Jeppe Bundgaard
2026-04-13 11:50:10 +02:00
parent 92d79b867a
commit 2a8e8986e6
359 changed files with 8822 additions and 45623 deletions
-17
View File
@@ -1,17 +0,0 @@
# Build configure for https://www.tea-ci.org (fork of Drone CI with Msys2 support)
build:
image: teaci/msys$$arch
pull: true
shell: msys$$arch
commands:
- pacman -S --needed --noconfirm --noprogressbar mingw-w64-cross-gcc mingw-w64-cross-crt-git
- ./configure
- make
- make tests
- build/trivial_test.exe
- mintty --log - --exec build/winpty.exe cmd /c ver | grep Windows
matrix:
arch:
- 64
- 32