feat: add github ci

This commit is contained in:
maxime1907
2022-09-24 11:38:04 +02:00
parent a024725338
commit dc4edb035a
3 changed files with 215 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 = {
'sdk2013': SDK('HL2SDK2013', '2.sdk2013', '9', 'SDK2013', WinLinuxMac, 'sdk2013'),