File tree 1 file changed +7
-15
lines changed
1 file changed +7
-15
lines changed Original file line number Diff line number Diff line change 14
14
linux :
15
15
name : linux build
16
16
runs-on : ubuntu-latest
17
+ env :
18
+ HL2SDKCS2 : ${{ github.workspace }}/cs2fixes/sdk
19
+ CC : clang
20
+ CXX : clang++
17
21
container :
18
22
image : idk1703/build-img:11
19
23
steps :
24
28
ref : master
25
29
path : metamod-source
26
30
27
- - name : Checking out hl2sdk
28
- uses : actions/checkout@v3
29
- with :
30
- repository : alliedmodders/hl2sdk
31
- ref : cs2
32
- path : hl2sdk-cs2
33
-
34
31
- name : Checking out own repository
35
32
uses : actions/checkout@v3
36
33
with :
46
43
windows :
47
44
name : windows build
48
45
runs-on : windows-latest
46
+ env :
47
+ HL2SDKCS2 : ${{ github.workspace }}/cs2fixes/sdk
49
48
steps :
50
49
- name : Setting up Python
51
50
uses : actions/setup-python@v4
63
62
repository : alliedmodders/metamod-source
64
63
ref : master
65
64
path : metamod-source
66
-
67
- - name : Checking out hl2sdk
68
- uses : actions/checkout@v3
69
- with :
70
- repository : alliedmodders/hl2sdk
71
- ref : cs2
72
- path : hl2sdk-cs2
73
65
74
66
- name : Checking out own repository
75
67
uses : actions/checkout@v3
81
73
working-directory : cs2fixes
82
74
run : |
83
75
python3 configure.py --enable-optimize --symbol-files --sdks cs2
84
- ambuild objdir
76
+ ambuild objdir
You can’t perform that action at this time.
0 commit comments