projects
/
nimcoon.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Bump version and update changelog
[nimcoon.git]
/
.gitlab-ci.yml
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index b4dc78b4f63619025ffb565d4b210a1973ccc692..f7727daf6c95ad46e233ea27fec118246b15c01a 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-7,12
+7,12
@@
stages:
run-unit-tests:
stage: test
script:
- - nim
c -d:ssl -r tests
+ - nim
ble test
publish-artifacts:
stage: publish
script:
- - nim
c -d:ssl -d:release nimcoon.nim
&& strip nimcoon
+ - nim
ble build
&& strip nimcoon
artifacts:
paths:
- nimcoon