Skip to content
This repository was archived by the owner on Nov 27, 2019. It is now read-only.

Commit 60b923e

Browse files
authored
Merge pull request #4 from agorapulse/setup-semaphore
Use Gradle starter workflow
2 parents f11f1e8 + f2b9374 commit 60b923e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.semaphore/semaphore.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: v1.0
2+
name: Java
3+
agent:
4+
machine:
5+
type: e1-standard-2
6+
os_image: ubuntu1804
7+
blocks:
8+
- name: Gradle
9+
task:
10+
jobs:
11+
- name: Build
12+
commands:
13+
- sem-version java 1.8
14+
- checkout
15+
- ./gradlew build

0 commit comments

Comments
 (0)