feat: add github ci

This commit is contained in:
maxime1907
2022-09-24 15:50:00 +02:00
parent 6ffc9d963b
commit 49968b6299
2 changed files with 116 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 = {
'css': SDK('HL2SDKCSS', '2.css', '6', 'CSS', WinLinuxMac, 'css'),