forked from kurrent-io/KurrentDB
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwercker.yml
More file actions
29 lines (27 loc) · 690 Bytes
/
wercker.yml
File metadata and controls
29 lines (27 loc) · 690 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
build-mono4:
box:
id: quay.io/eventstore/build.ubuntu.14-04-mono4
username: $USERNAME
password: $PASSWORD
tag: latest
registry: quay.io
steps:
- script:
name: Prerequisites
code: |
apt-get update --fix-missing
apt-get install curl -y
- script:
name: Build
code: |
./build.sh
- script:
name: Run Tests
code: |
./run_suppressed_output_tests.sh
./check-test-results.sh
after-steps:
- wantedly/pretty-slack-notify:
webhook_url: $SLACK_URL
channel: event-store
username: Event Store (Linux CI - Mono 4.6.2)