mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +02:00
A few nits
create empty CMakeUserPresets.json file so build happens on first run comment doesn't apply anymore no need to specify the compiler when using msbuild@xxx ask ninja for the verbose command line when building
This commit is contained in:
committed by
majcosta
parent
d8728c9b92
commit
74f4979296
@@ -39,9 +39,6 @@ jobs:
|
||||
|
||||
if [[ '${{ inputs.build_all_languages }}' == 'true' || ( '${{ inputs.build_all_languages }}' == '' && "$full_release" == 'true' ) ]]
|
||||
then
|
||||
# the two letter short form could be removed if JA2LangPrefix is removed
|
||||
# the casing of the long form adheres to the one found in the gamedir-languages repo
|
||||
# for compilation only, the long form is transformed to upper case
|
||||
languages_json_array='["Chinese", "German", "English", "French", "Polish", "Italian", "Dutch", "Russian"]';
|
||||
else
|
||||
# English + some other language for compilation testing
|
||||
|
||||
Reference in New Issue
Block a user