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

Use GIT=NO becasue ugh.

parent 3bf1d0a3
No related branches found
No related tags found
No related merge requests found
Pipeline #5594 failed
......@@ -179,10 +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}
- gmake ${BUILD_FLAGS} GIT=NO
artifacts:
expire_in: 30 mins
name: "scfg-${OSP}"
......@@ -203,10 +201,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}
- gmake ${BUILD_FLAGS} GIT=NO
artifacts:
expire_in: 30 mins
name: "uedit-${OSP}"
......@@ -255,10 +251,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
- gmake ${BUILD_FLAGS} GIT=NO standalone-utils
artifacts:
expire_in: 30 mins
name: "utils-${OSP}"
......@@ -278,10 +272,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
- gmake -d ${BUILD_FLAGS} GIT=NO all
artifacts:
name: "sbbs-${OSP}"
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment