Skip to content

Commit 83a1a8d

Browse files
authored
Merge pull request #1 from kyleconroy/semaphore-setup
Add semaphore.yml
2 parents 836de61 + 9782323 commit 83a1a8d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.semaphore/semaphore.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
- sem-version go 1.12
17+
- go test -v ./...

0 commit comments

Comments
 (0)