Skip to content
Snippets Groups Projects
Commit 3bf1d0a3 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Touch the git info before building.

parent 0538aff7
No related branches found
No related tags found
No related merge requests found
Pipeline #5593 failed
......@@ -179,6 +179,8 @@ spec:
extends:
- .$[[ inputs.os ]]-build
script:
- touch src/sbbs3/git_hash.h
- touch src/sbbs3/git_branch.h
- cd src/sbbs3/scfg
- gmake ${BUILD_FLAGS}
artifacts:
......@@ -201,6 +203,8 @@ spec:
extends:
- .$[[ inputs.os ]]-build
script:
- touch src/sbbs3/git_hash.h
- touch src/sbbs3/git_branch.h
- cd src/sbbs3/uedit
- gmake ${BUILD_FLAGS}
artifacts:
......@@ -251,6 +255,8 @@ spec:
extends:
- .$[[ inputs.os ]]-build
script:
- touch src/sbbs3/git_hash.h
- touch src/sbbs3/git_branch.h
- cd src/sbbs3
- gmake ${BUILD_FLAGS} standalone-utils
artifacts:
......@@ -272,6 +278,8 @@ spec:
extends:
- .$[[ inputs.os ]]-build
script:
- touch src/sbbs3/git_hash.h
- touch src/sbbs3/git_branch.h
- cd src/sbbs3
- gmake -d ${BUILD_FLAGS} all
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment