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

Well, that didn't work, move the d somewhere else.

parent 5cef0a64
No related branches found
No related tags found
No related merge requests found
Pipeline #5592 failed
...@@ -273,7 +273,7 @@ spec: ...@@ -273,7 +273,7 @@ spec:
- .$[[ inputs.os ]]-build - .$[[ inputs.os ]]-build
script: script:
- cd src/sbbs3 - cd src/sbbs3
- gmake ${BUILD_FLAGS} all - gmake -d ${BUILD_FLAGS} all
artifacts: artifacts:
name: "sbbs-${OSP}" name: "sbbs-${OSP}"
paths: paths:
......
...@@ -24,7 +24,7 @@ include: ...@@ -24,7 +24,7 @@ include:
os: 'freebsd' os: 'freebsd'
platform: 'amd64' platform: 'amd64'
tagname: 'FreeBSD' tagname: 'FreeBSD'
build_flags: '-d RELEASE=1' build_flags: 'RELEASE=1'
- local: '.gitlab-ci-unix.yml' - local: '.gitlab-ci-unix.yml'
inputs: inputs:
os: 'mingw32' os: 'mingw32'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment