File tree Expand file tree Collapse file tree 3 files changed +18
-5
lines changed Expand file tree Collapse file tree 3 files changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,23 @@ git checkout "$COMMIT_HASH"
9
9
popd
10
10
11
11
# BUILD PHASE
12
- pushd " source"
13
- make -j " $( nproc) "
12
+ pushd source
13
+ mkdir build
14
+ cd build
15
+ cmake \
16
+ -DCMAKE_INSTALL_PREFIX=../../../tmp \
17
+ -DCMAKE_PREFIX_PATH=../../../tmp \
18
+ -DBUILD_SERVER=OFF \
19
+ -DUSE_MUMBLE=OFF \
20
+ -DUSE_VOIP=OFF \
21
+ -DUSE_INTERNAL_LIBS=OFF \
22
+ -G Ninja -DCMAKE_BUILD_TYPE=Release \
23
+ -DCMAKE_C_STANDARD_LIBRARIES=" -lrt" \
24
+ -DCMAKE_CXX_STANDARD_LIBRARIES=" -lrt" \
25
+ ..
26
+ cmake --build .
14
27
popd
15
28
16
29
# COPY PHASE
17
- COPYDIR= " $diststart /common/dist/" make --directory= " source " copyfiles
30
+ cp -rfv source/build/Release/ * " $diststart /common/dist/"
18
31
cp -rfv assets/* " $diststart /common/dist/"
Original file line number Diff line number Diff line change 9
9
" ./LICENSE"
10
10
],
11
11
"COMMON_PACKAGE" : true ,
12
- "COMMIT_HASH" : " 7fd46c8 "
12
+ "COMMIT_HASH" : " f30ace1 "
13
13
}
Original file line number Diff line number Diff line change 10249
10249
},
10250
10250
{
10251
10251
"engine_link" : " https://ioquake3.org/" ,
10252
- "version" : " 7fd46c8 " ,
10252
+ "version" : " f30ace1 " ,
10253
10253
"author" : " dreamer" ,
10254
10254
"author_link" : " https://github.com/dreamer" ,
10255
10255
"license" : " GPLv2" ,
You can’t perform that action at this time.
0 commit comments