|
|
|
@ -48,7 +48,7 @@ test:sytest: |
|
|
|
PLUGINS: "https://github.com/valkum/sytest_conduit/archive/master.tar.gz" |
|
|
|
PLUGINS: "https://github.com/valkum/sytest_conduit/archive/master.tar.gz" |
|
|
|
before_script: |
|
|
|
before_script: |
|
|
|
- "mkdir -p /app" |
|
|
|
- "mkdir -p /app" |
|
|
|
- "cp ./x86_64-unknown-linux-musl /app/conduit" |
|
|
|
- "cp ./conduit-x86_64-unknown-linux-musl /app/conduit" |
|
|
|
- "chmod +x /app/conduit" |
|
|
|
- "chmod +x /app/conduit" |
|
|
|
- "mkdir -p /src/tests/sytest" |
|
|
|
- "mkdir -p /src/tests/sytest" |
|
|
|
- "cp -r tests/sytest /src/tests/sytest" |
|
|
|
- "cp -r tests/sytest /src/tests/sytest" |
|
|
|
@ -209,7 +209,7 @@ publish:package: |
|
|
|
- 'curl --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file conduit-x86_64-unknown-linux-gnu "${BASE_URL}/conduit-x86_64-unknown-linux-gnu"' |
|
|
|
- 'curl --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file conduit-x86_64-unknown-linux-gnu "${BASE_URL}/conduit-x86_64-unknown-linux-gnu"' |
|
|
|
- 'curl --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file conduit-armv7-unknown-linux-gnueabihf "${BASE_URL}/conduit-armv7-unknown-linux-gnueabihf"' |
|
|
|
- 'curl --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file conduit-armv7-unknown-linux-gnueabihf "${BASE_URL}/conduit-armv7-unknown-linux-gnueabihf"' |
|
|
|
- 'curl --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file conduit-aarch64-unknown-linux-gnu "${BASE_URL}/conduit-aarch64-unknown-linux-gnu"' |
|
|
|
- 'curl --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file conduit-aarch64-unknown-linux-gnu "${BASE_URL}/conduit-aarch64-unknown-linux-gnu"' |
|
|
|
- 'curl --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file x86_64-unknown-linux-musl" ${BASE_URL}/conduit-x86_64-unknown-linux-musl"' |
|
|
|
- 'curl --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file conduit-x86_64-unknown-linux-musl" ${BASE_URL}/conduit-x86_64-unknown-linux-musl"' |
|
|
|
- 'curl --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file conduit-x86_64-unknown-linux-gnu.deb "${BASE_URL}/conduit-x86_64-unknown-linux-gnu.deb"' |
|
|
|
- 'curl --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file conduit-x86_64-unknown-linux-gnu.deb "${BASE_URL}/conduit-x86_64-unknown-linux-gnu.deb"' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|