fausecteam / ctf-gameserver

FAUST Gameserver for attack-defense CTFs
https://ctf-gameserver.org
ISC License
64 stars 27 forks source link

Implement checker CI mode #13

Closed F30 closed 4 years ago

F30 commented 6 years ago

We need support for continuously testing checker scripts before the actual CTF. From the Gameserver's point of view, this should be pretty similar to hosting an actual CTF, with some differences including:

F30 commented 5 years ago

As discussed: The interface should also be usable during the CTF (similar to #21), to view checker results for different teams. Therefore, we want a big table of results for team and tick. In CI mode, this might look a bit strange bit should still be usable.

F30 commented 4 years ago

Was fixed by 1d18542f and 0e3817c.