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: ...@@ -378,10 +378,10 @@ spidermonkey-openbsd:
extends: .rules extends: .rules
script: script:
- cd 3rdp/build - cd 3rdp/build
- gmake libmozjs - gmake libmozjs RELEASE=1
artifacts: artifacts:
paths: paths:
- "3rdp/*.release/mozjs" - "3rdp/*.*.*.release/mozjs"
cryptlib-openbsd: cryptlib-openbsd:
tags: [OpenBSD] tags: [OpenBSD]
...@@ -389,10 +389,10 @@ cryptlib-openbsd: ...@@ -389,10 +389,10 @@ cryptlib-openbsd:
extends: .rules extends: .rules
script: script:
- cd 3rdp/build - cd 3rdp/build
- gmake cryptlib - gmake cryptlib RELEASE=1
artifacts: artifacts:
paths: paths:
- "3rdp/*.release/mozjs" - "3rdp/*.*.*.release/mozjs"
sbbs-openbsd: sbbs-openbsd:
tags: [OpenBSD] tags: [OpenBSD]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment