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

Quote stuff

parent c361024b
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
paths: paths:
- "src/xpdev/*.*.*.lib.release*" - "src/xpdev/*.*.*.lib.release*"
needs: needs:
- job: xpdev-${OS} - job: "xpdev-${OS}"
.encode: .encode:
script: script:
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
paths: paths:
- "src/encode/*.*.*.lib.release*" - "src/encode/*.*.*.lib.release*"
needs: needs:
- job: xpdev-${OS} - job: "xpdev-${OS}"
.hash: .hash:
script: script:
...@@ -68,9 +68,9 @@ ...@@ -68,9 +68,9 @@
paths: paths:
- "src/ciolib/*.*.*.lib.release*" - "src/ciolib/*.*.*.lib.release*"
needs: needs:
- job: xpdev-${OS} - job: "xpdev-${OS}"
- job: hash-${OS} - job: "hash-${OS}"
- job: encode-${OS} - job: "encode-${OS}"
.sftp: .sftp:
script: script:
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
paths: paths:
- "src/sftp/*.*.*.lib.release*" - "src/sftp/*.*.*.lib.release*"
needs: needs:
- job: xpdev-${OS} - job: "xpdev-${OS}"
.smblib: .smblib:
script: script:
...@@ -92,9 +92,9 @@ ...@@ -92,9 +92,9 @@
paths: paths:
- "src/smblib/*.*.*.lib.release*" - "src/smblib/*.*.*.lib.release*"
needs: needs:
- job: xpdev-${OS} - job: "xpdev-${OS}"
- job: hash-${OS} - job: "hash-${OS}"
- job: encode-${OS} - job: "encode-${OS}"
.uifc: .uifc:
script: script:
...@@ -105,8 +105,8 @@ ...@@ -105,8 +105,8 @@
paths: paths:
- "src/uifc/*.*.*.lib.release*" - "src/uifc/*.*.*.lib.release*"
needs: needs:
- job: xpdev-${OS} - job: "xpdev-${OS}"
- job: ciolib-${OS} - job: "ciolib-${OS}"
.sbbs: .sbbs:
script: script:
...@@ -119,15 +119,15 @@ ...@@ -119,15 +119,15 @@
- "src/sbbs3/*.lib.release/*" - "src/sbbs3/*.lib.release/*"
- "src/sbbs3/*/*.exe.release/*" - "src/sbbs3/*/*.exe.release/*"
needs: needs:
- job: ciolib-${OS} - job: "ciolib-${OS}"
- job: cryptlib-${OS} - job: "cryptlib-${OS}"
- job: encode-${OS} - job: "encode-${OS}"
- job: hash-${OS} - job: "hash-${OS}"
- job: sftp-${OS} - job: "sftp-${OS}"
- job: smblib-${OS} - job: "smblib-${OS}"
- job: spidermonkey-${OS} - job: "spidermonkey-${OS}"
- job: uifc-${OS} - job: "uifc-${OS}"
- job: xpdev-${OS} - job: "xpdev-${OS}"
rules: rules:
- if: $CROSS_PLATFORM == "yes" - if: $CROSS_PLATFORM == "yes"
when: never when: never
...@@ -141,13 +141,13 @@ ...@@ -141,13 +141,13 @@
paths: paths:
- "src/syncterm/*.exe.release/*" - "src/syncterm/*.exe.release/*"
needs: needs:
- job: ciolib-${OS} - job: "ciolib-${OS}"
- job: cryptlib-${OS} - job: "cryptlib-${OS}"
- job: encode-${OS} - job: "encode-${OS}"
- job: hash-${OS} - job: "hash-${OS}"
- job: sftp-${OS} - job: "sftp-${OS}"
- job: uifc-${OS} - job: "uifc-${OS}"
- job: xpdev-${OS} - job: "xpdev-${OS}"
.syncdraw: .syncdraw:
script: script:
...@@ -158,8 +158,8 @@ ...@@ -158,8 +158,8 @@
paths: paths:
- "src/syncdraw/*.exe.release/*" - "src/syncdraw/*.exe.release/*"
needs: needs:
- job: ciolib-$(OS) - job: "ciolib-$(OS)"
- job: xpdev-$(OS) - job: "xpdev-$(OS)"
.jsdoor: .jsdoor:
script: script:
...@@ -170,21 +170,21 @@ ...@@ -170,21 +170,21 @@
paths: paths:
- "src/sbbs3/*.exe.release/*" - "src/sbbs3/*.exe.release/*"
needs: needs:
- job: ciolib-${OS} - job: "ciolib-${OS}"
- job: cryptlib-${OS} - job: "cryptlib-${OS}"
- job: encode-${OS} - job: "encode-${OS}"
- job: hash-${OS} - job: "hash-${OS}"
- job: sftp-${OS} - job: "sftp-${OS}"
- job: smblib-${OS} - job: "smblib-${OS}"
- job: spidermonkey-${OS} - job: "spidermonkey-${OS}"
- job: uifc-${OS} - job: "uifc-${OS}"
- job: xpdev-${OS} - job: "xpdev-${OS}"
.js-testsuite: .js-testsuite:
script: script:
- "src/sbbs3/*.exe.release/jsdoor exec/tests/test.js" - "src/sbbs3/*.exe.release/jsdoor exec/tests/test.js"
dependencies: dependencies:
- jsdoor-${OS} - "jsdoor-${OS}"
rules: rules:
- if: $CROSS_PLATFORM == "yes" - if: $CROSS_PLATFORM == "yes"
when: never when: never
...@@ -198,7 +198,7 @@ ...@@ -198,7 +198,7 @@
paths: paths:
- "src/sexpots/*.exe.release/*" - "src/sexpots/*.exe.release/*"
needs: needs:
- job: xpdev-${OS} - job: "xpdev-${OS}"
include: include:
- local: '.gitlab-ci-unix.yml' - local: '.gitlab-ci-unix.yml'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment