Skip to content

Commit f51a7f0

Browse files
committedFeb 1, 2023
add circleci.com build
1 parent 4f4ab28 commit f51a7f0

File tree

3 files changed

+13
-298
lines changed

3 files changed

+13
-298
lines changed
 

‎.circleci/config.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
jobs:
2+
build: # name of your job
3+
machine: true # executor type
4+
resource_class: brettwooldridge/ubuntu
5+
6+
steps:
7+
# Commands run in a Linux virtual machine environment
8+
- checkout
9+
- run: mvn clean package
10+

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ The following limitations exist in NuProcess:
180180
* Java 7 and above
181181
* Linux support requires at least kernel version 2.6.17 or higher (kernels after June 2006)
182182

183-
[Build Status]:https://travis-ci.org/brettwooldridge/NuProcess
184-
[Build Status img]:https://travis-ci.org/brettwooldridge/NuProcess.svg?branch=master
185-
183+
[Build Status]:https://circleci.com/gh/brettwooldridge/NuProcess`
184+
[Build Status img]:https://circleci.com/gh/brettwooldridge/NuProcess.svg?style=shield
185+
`
186186
[Shippable Status]:https://app.shippable.com/github/brettwooldridge/NuProcess
187187
[Shippable Status img]:https://api.shippable.com/projects/5b4b6a3e6db3b807000a63d8/badge?branch=master
188188

‎eclipse.code.format.xml

-295
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.