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: ...@@ -179,6 +179,8 @@ spec:
extends: extends:
- .$[[ inputs.os ]]-build - .$[[ inputs.os ]]-build
script: script:
- touch src/sbbs3/git_hash.h
- touch src/sbbs3/git_branch.h
- cd src/sbbs3/scfg - cd src/sbbs3/scfg
- gmake ${BUILD_FLAGS} - gmake ${BUILD_FLAGS}
artifacts: artifacts:
...@@ -201,6 +203,8 @@ spec: ...@@ -201,6 +203,8 @@ spec:
extends: extends:
- .$[[ inputs.os ]]-build - .$[[ inputs.os ]]-build
script: script:
- touch src/sbbs3/git_hash.h
- touch src/sbbs3/git_branch.h
- cd src/sbbs3/uedit - cd src/sbbs3/uedit
- gmake ${BUILD_FLAGS} - gmake ${BUILD_FLAGS}
artifacts: artifacts:
...@@ -251,6 +255,8 @@ spec: ...@@ -251,6 +255,8 @@ spec:
extends: extends:
- .$[[ inputs.os ]]-build - .$[[ inputs.os ]]-build
script: script:
- touch src/sbbs3/git_hash.h
- touch src/sbbs3/git_branch.h
- cd src/sbbs3 - cd src/sbbs3
- gmake ${BUILD_FLAGS} standalone-utils - gmake ${BUILD_FLAGS} standalone-utils
artifacts: artifacts:
...@@ -272,6 +278,8 @@ spec: ...@@ -272,6 +278,8 @@ spec:
extends: extends:
- .$[[ inputs.os ]]-build - .$[[ inputs.os ]]-build
script: script:
- touch src/sbbs3/git_hash.h
- touch src/sbbs3/git_branch.h
- cd src/sbbs3 - cd src/sbbs3
- gmake -d ${BUILD_FLAGS} all - gmake -d ${BUILD_FLAGS} all
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment