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

update CI

parent 9fbb670a
No related branches found
No related tags found
No related merge requests found
Pipeline #5826 passed
...@@ -3,7 +3,7 @@ default: ...@@ -3,7 +3,7 @@ default:
stages: stages:
- buildStatic - buildStatic
- release - testStatic
variables: variables:
before_script: before_script:
...@@ -19,6 +19,14 @@ buildStatic: ...@@ -19,6 +19,14 @@ buildStatic:
- /usr/local/bin/nsb -s ./src/sscocaller.nim -n sscocaller.nimble -o . -- --d:release --threads:on - /usr/local/bin/nsb -s ./src/sscocaller.nim -n sscocaller.nimble -o . -- --d:release --threads:on
- ls -l ./src - ls -l ./src
testUbuntu:
tags:
- docker
image: ubuntu
stage: testStatic
script:
- ./src/sscocaller -h
#release: #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