Skip to content
Snippets Groups Projects
Commit 256e1226 authored by Ruqian Lyu's avatar Ruqian Lyu
Browse files

update CI

parent c72fa19b
No related branches found
No related tags found
No related merge requests found
Pipeline #9245 failed
......@@ -15,11 +15,11 @@ buildStatic:
image: svirlyu/sscocaller_nsb
stage: buildStatic
script:
- /usr/local/bin/nsb -s ./src/sgcocaller.nim -n sgcocaller.nimble -o . -- --d:release --threads:on
- ls -l ./src
- /usr/local/bin/nsb -s sgcocaller.nim -n sgcocaller.nimble -o . -- --d:release --threads:on
- ls -l .
artifacts:
paths:
- ./src/sgcocaller
- sgcocaller
testUbuntu:
tags:
......@@ -27,7 +27,7 @@ testUbuntu:
image: ubuntu
stage: testStatic
script:
- ./src/sgcocaller -h
- sgcocaller -h
testDebian:
tags:
......@@ -35,12 +35,12 @@ testDebian:
image: debian
stage: testStatic
script:
- ./src/sgcocaller -h
- sgcocaller -h
testRedHat:
stage: testStatic
script:
- ./src/sgcocaller -h
- sgcocaller -h
## shell executer
......@@ -55,7 +55,7 @@ testAlpine:
image: alpine
stage: testStatic
script:
- ./src/sgcocaller -h
- sgcocaller -h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment