feat: add github ci

This commit is contained in:
maxime1907
2022-09-24 12:07:10 +02:00
parent d42894d573
commit bb5ef5daca
3 changed files with 222 additions and 5 deletions
-5
View File
@@ -30,11 +30,6 @@ class SDK(object):
WinOnly = ['windows']
WinLinux = ['windows', 'linux']
WinLinuxMac = ['windows', 'linux', 'mac']
CSGO = {
'windows': ['x86'],
'linux': ['x86', 'x86_64'],
'mac': ['x86_64']
}
PossibleSDKs = {
'episode1': SDK('HL2SDK', '1.ep1', '1', 'EPISODEONE', WinLinux, 'episode1'),