Skip to content

Commit

Permalink
Merge pull request #21 from s-shin/setup-semaphore
Browse files Browse the repository at this point in the history
Move to Semaphore 2.0.
  • Loading branch information
s-shin authored Jan 5, 2020
2 parents aefb1aa + e103995 commit 08a0528
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
25 changes: 25 additions & 0 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: v1.0
name: Test MyApp
agent:
machine:
type: e1-standard-2
os_image: ubuntu1804
blocks:
- name: Test
task:
jobs:
- name: Test
commands:
- checkout
- sem-version node 12
- cache restore node_modules
- yarn
- cache store node_modules
- yarn test-with-cov
env_vars: []
epilogue:
on_pass:
commands:
- 'bash <(curl -s https://codecov.io/bash)'
secrets:
- name: hiryu_secrets
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Hiryu - a modern shogi toolkit

[![Build Status](https://semaphoreci.com/api/v1/s-shin/hiryu/branches/master/badge.svg)](https://semaphoreci.com/s-shin/hiryu)


[![Build Status](https://s-shin.semaphoreci.com/badges/hiryu.svg)](https://s-shin.semaphoreci.com/projects/hiryu)
[![codecov](https://codecov.io/gh/s-shin/hiryu/branch/master/graph/badge.svg)](https://codecov.io/gh/s-shin/hiryu)

Demo: https://s-shin.github.io/hiryu/releases/sandbox-app/

0 comments on commit 08a0528

Please sign in to comment.