Skip to content

Commit

Permalink
Merge branch 'setup-semaphore'
Browse files Browse the repository at this point in the history
  • Loading branch information
thinca committed Nov 6, 2023
2 parents 737e544 + ffc9736 commit 9236f84
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: v1.0
name: Test
agent:
machine:
type: e1-standard-2
os_image: ubuntu2004
blocks:
- name: Test
task:
jobs:
- name: Run test
commands:
- checkout
- vim --version
- bin/themis --reporter dot
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ CI Service | Status
[gh-action-badge]: ./../../workflows/Test/badge.svg?branch=master "Test"
[gh-action-result]: ./../../actions?query=workflow%3ATest+branch%3Amaster
[Semaphore-home]: https://semaphoreci.com/
[Semaphore-badge]: https://semaphoreci.com/api/v1/projects/49e31cae-d92f-4d50-a0ed-632a94ba9ca1/319490/badge.svg "Build status"
[Semaphore-result]: https://semaphoreci.com/thinca/vim-themis
[Semaphore-badge]: https://thinca.semaphoreci.com/badges/vim-themis/branches/master.svg "Build status"
[Semaphore-result]: https://thinca.semaphoreci.com/projects/vim-themis
[Shippable-home]: https://app.shippable.com/
[Shippable-badge]: https://api.shippable.com/projects/54a186acd46935d5fbc11cfb/badge?branch=master "Run status"
[Shippable-result]: https://app.shippable.com/projects/54a186acd46935d5fbc11cfb
Expand Down
2 changes: 1 addition & 1 deletion doc/themis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ Others
|themis-helper-assert-includes()| / |themis-helper-assert-not_includes()|
|themis-helper-assert-key_exists()| / |themis-helper-assert-key_not_exists()|
|themis-helper-assert-has_key()|
|themis-helper-assert-exists()| / |themis-helper-not_assert-not_exists()|
|themis-helper-assert-exists()| / |themis-helper-assert-not_exists()|
|themis-helper-assert-cmd_exists()| / |themis-helper-assert-cmd_not_exists()|
|themis-helper-assert-empty()|
|themis-helper-assert-not_empty()|
Expand Down

0 comments on commit 9236f84

Please sign in to comment.