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
d3315ae0
Commit
d3315ae0
authored
5 years ago
by
James R.
Browse files
Options
Downloads
Patches
Plain Diff
Put the abbreviated commit hash in the EXENAME for AppVeyor
srb2win-master-
a6d49eaa
.exe
parent
c3f42859
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!725
Put the (pull request repo owner) branch and commit in Appveyor EXE names
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
appveyor.yml
+3
-1
3 additions, 1 deletion
appveyor.yml
with
3 additions
and
1 deletion
appveyor.yml
+
3
−
1
View file @
d3315ae0
...
...
@@ -83,7 +83,9 @@ before_build:
-
ccache -V
-
ccache -s
-
if [%NOUPX%] == [1] ( set "NOUPX=NOUPX=1" ) else ( set "NOUPX=" )
-
set "EXENAME=EXENAME=srb2win-%APPVEYOR_REPO_BRANCH%-%APPVEYOR_REPO_COMMIT%.exe"
# get abbreviated (7 char) commit hash
-
set "COMMIT=%APPVEYOR_REPO_COMMIT:~0,7%"
-
set "EXENAME=EXENAME=srb2win-%APPVEYOR_REPO_BRANCH%-%COMMIT%.exe"
-
set "SRB2_MFLAGS=-C src WARNINGMODE=1 CCACHE=1 NOOBJDUMP=1 %NOUPX% %EXENAME%"
-
if [%X86_64%] == [1] ( set "MINGW_FLAGS=MINGW64=1 X86_64=1 GCC81=1" ) else ( set "MINGW_FLAGS=MINGW=1 GCC91=1" )
-
set "SRB2_MFLAGS=%SRB2_MFLAGS% %MINGW_FLAGS% %CONFIGURATION%=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