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

Use system curses for all targets.

parent 563154d0
No related branches found
No related tags found
No related merge requests found
Pipeline #5486 passed
......@@ -313,7 +313,7 @@ syncdraw-netbsd:
extends: .rules
script:
- cd src/syncdraw
- gmake RELEASE=1
- gmake USE_SYSTEM_CURSES=1 RELEASE=1
artifacts:
name: syncdraw-netbsd-amd64
paths:
......@@ -325,7 +325,7 @@ jsdoor-netbsd:
extends: .rules
script:
- cd src/sbbs3
- gmake RELEASE=1 jsdoor
- gmake USE_SYSTEM_CURSES=1 RELEASE=1 jsdoor
artifacts:
name: jsdoor-netbsd-amd64
paths:
......@@ -337,7 +337,7 @@ sexpots-netbsd:
extends: .rules
script:
- cd src/sexpots
- gmake RELEASE=1
- gmake USE_SYSTEM_CURSES=1 RELEASE=1
artifacts:
name: sexpots-netbsd-amd64
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment