Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
xiaowei zhan
RVTESTS
Commits
149b3436
Commit
149b3436
authored
Sep 05, 2017
by
zhanxw
Browse files
update gitlab ci
parent
e9ef491c
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
149b3436
...
...
@@ -12,26 +12,26 @@ stages:
-
test
-
buildExtra
jobBuildRelease
:
image
:
zhanxw/rvtests
.build
:latest
image
:
zhanxw/rvtests
-docker
:latest
stage
:
build
script
:
-
make
-
FN=/dist/rvtests-`date +"%Y%m%d"`-`git rev-parse HEAD|cut -c 1-6`-linux64-static.tar.gz; cd .. && tar zvcf ${FN} rvtests/executable/rvtest rvtests/executable/vcf2kinship rvtests/example rvtests/README.md && echo "Output file name is ${FN}"
jobTest
:
image
:
zhanxw/rvtests
.build
:latest
image
:
zhanxw/rvtests
-docker
:latest
stage
:
test
script
:
-
make debug
-
(for i in base libVcf regression libBgen; do echo "Task = ${i}"; make -C ${i}/test; done)
-
(for i in base libVcf regression libBgen; do echo "Task = ${i}"; make check -C ${i}/test; done)
jobBuildDebug
:
image
:
zhanxw/rvtests
.build
:dev
image
:
zhanxw/rvtests
-docker
:dev
stage
:
buildExtra
script
:
-
make debug
-
FN=/dist/rvtests-debug-`date +"%Y%m%d"`-`git rev-parse HEAD|cut -c 1-6`-linux64-static.tar.gz; cd .. && tar zvcf ${FN} rvtests/executable/dbg/rvtest rvtests/executable/dbg/vcf2kinship rvtests/example rvtests/README.md && echo "Output file name is ${FN}"
jobBuildProfile
:
image
:
zhanxw/rvtests
.build
:dev
image
:
zhanxw/rvtests
-docker
:dev
stage
:
buildExtra
script
:
-
make profile
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment