Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STJr
SRB2
Commits
ea66bffc
Commit
ea66bffc
authored
1 year ago
by
Logan Aerl Arias
Committed by
Hanicef
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
made "Alpine 3 GCC Dedicated" build
parent
e5637e29
No related branches found
No related tags found
2 merge requests
!2355
fix newer versions of mixerx
,
!2246
Add dedicated server build
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+36
-1
36 additions, 1 deletion
.gitlab-ci.yml
src/Makefile.d/dedicated.mk
+1
-0
1 addition, 0 deletions
src/Makefile.d/dedicated.mk
with
37 additions
and
1 deletion
.gitlab-ci.yml
+
36
−
1
View file @
ea66bffc
...
...
@@ -695,7 +695,7 @@ Alpine 3 GCC:
-
-
|
# make
echo -e "\e[0Ksection_start:`date +%s`:make[collapsed=false]\r\e[0KCompiling SRB2"
-
make --directory=src --keep-going CCACHE=1 ERRORMODE=1 NONX86=1 NOEXECINFO=1
DEDICATED=1
|| make --directory=src --keep-going CCACHE=1 ERRORMODE=1 NONX86=1 NOEXECINFO=1
DEDICATED=1
-
make --directory=src --keep-going CCACHE=1 ERRORMODE=1 NONX86=1 NOEXECINFO=1 || make --directory=src --keep-going CCACHE=1 ERRORMODE=1 NONX86=1 NOEXECINFO=1
-
|
# make
echo -e "\e[0Ksection_end:`date +%s`:make\r\e[0K"
...
...
@@ -717,3 +717,38 @@ Alpine 3 GCC:
-
|
# ccahe_stats
echo -e "\e[0Ksection_end:`date +%s`:ccache_stats\r\e[0K"
Alpine 3 GCC Dedicated
:
extends
:
Alpine 3 GCC
artifacts
:
paths
:
-
"
bin/"
-
"
src/comptime.h"
expose_as
:
"
Apline-3-Dedicated"
name
:
"
$CI_PROJECT_PATH_SLUG-$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA-Apline-3-Dedicated"
script
:
-
-
|
# apk_toolchain
echo -e "\e[0Ksection_start:`date +%s`:apk_toolchain[collapsed=true]\r\e[0KInstalling toolchain packages"
-
apk add gcc
-
|
# apk_toolchain
echo -e "\e[0Ksection_end:`date +%s`:apk_toolchain\r\e[0K"
-
-
|
# apk_development
echo -e "\e[0Ksection_start:`date +%s`:apk_development[collapsed=true]\r\e[0KInstalling development packages"
-
apk add musl-dev zlib-dev curl-dev
-
|
# apk_development
echo -e "\e[0Ksection_end:`date +%s`:apk_development\r\e[0K"
-
-
|
# make
echo -e "\e[0Ksection_start:`date +%s`:make[collapsed=false]\r\e[0KCompiling SRB2"
-
make --directory=src --keep-going CCACHE=1 ERRORMODE=1 NONX86=1 NOEXECINFO=1 DEDICATED=1 || make --directory=src --keep-going CCACHE=1 ERRORMODE=1 NONX86=1 NOEXECINFO=1 DEDICATED=1
-
|
# make
echo -e "\e[0Ksection_end:`date +%s`:make\r\e[0K"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/Makefile.d/dedicated.mk
+
1
−
0
View file @
ea66bffc
...
...
@@ -21,3 +21,4 @@ endif
NOOPENMPT
=
1
NOGME
=
1
NOHW
=
1
NOUPNP
=
1
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment