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