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

add testing for multiple sys

parent 03814d62
No related branches found
No related tags found
No related merge requests found
Pipeline #5827 failed
......@@ -27,6 +27,31 @@ testUbuntu:
script:
- ./src/sscocaller -h
testSebian:
tags:
- docker
image: debian
stage: testStatic
script:
- ./src/sscocaller -h
## (Red Hat 4.8.5-39)
testFunction:
tags:
- docker
stage: testStatic
script:
- sh tests/test.sh
testFedora:
tags:
- docker
image: fedora
stage: testStatic
script:
- ./src/sscocaller -h
#release:
......
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