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

update gitlab ci

parent e015b5e5
No related branches found
No related tags found
No related merge requests found
Pipeline #6608 passed
......@@ -37,16 +37,22 @@ testDebian:
script:
- ./src/sscocaller -h
testRedHat:
stage: testStatic
script:
- ./src/sscocaller -h
## shell executer
testFunction:
stage: testStatic
script:
- sh tests/test.sh
testFedora:
testAlpine:
tags:
- docker
image: fedora
image: alpine
stage: testStatic
script:
- ./src/sscocaller -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