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

Fix 3rdp targets

parent 304334a9
No related branches found
No related tags found
No related merge requests found
......@@ -378,10 +378,10 @@ spidermonkey-openbsd:
extends: .rules
script:
- cd 3rdp/build
- gmake libmozjs
- gmake libmozjs RELEASE=1
artifacts:
paths:
- "3rdp/*.release/mozjs"
- "3rdp/*.*.*.release/mozjs"
cryptlib-openbsd:
tags: [OpenBSD]
......@@ -389,10 +389,10 @@ cryptlib-openbsd:
extends: .rules
script:
- cd 3rdp/build
- gmake cryptlib
- gmake cryptlib RELEASE=1
artifacts:
paths:
- "3rdp/*.release/mozjs"
- "3rdp/*.*.*.release/mozjs"
sbbs-openbsd:
tags: [OpenBSD]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment