Skip to content

Commit 26cb3e2

Browse files
committed
Add semaphore.yml
1 parent 836de61 commit 26cb3e2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.semaphore/semaphore.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# For more Go information and examples, see
2+
# https://docs.semaphoreci.com/article/86-language-golang
3+
version: v1.0
4+
name: Hello Semaphore
5+
agent:
6+
machine:
7+
type: e1-standard-2
8+
os_image: ubuntu1804
9+
blocks:
10+
- name: Golang example
11+
task:
12+
jobs:
13+
- name: Run Go
14+
commands:
15+
- checkout
16+
- go test -v ./...

0 commit comments

Comments
 (0)