Skip to content

Commit 949ac61

Browse files
authored
Merge pull request #1 from LiveUI/master
Sync from LiveUI head
2 parents 6270a69 + c15479e commit 949ac61

34 files changed

Lines changed: 1497 additions & 3122 deletions

Dockerfile

Lines changed: 0 additions & 11 deletions
This file was deleted.

Jenkinsfile

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
pipeline {
2+
agent none
3+
options {
4+
timeout(time: 15, unit: 'MINUTES')
5+
}
6+
7+
stages {
8+
stage('Builds') {
9+
parallel {
10+
stage('Build Linux') {
11+
agent {
12+
label 'master'
13+
}
14+
when {
15+
anyOf {
16+
branch 'master'
17+
}
18+
}
19+
steps {
20+
script {
21+
sh './scripts/docker-shortcuts/test.sh'
22+
}
23+
}
24+
}
25+
}
26+
}
27+
}
28+
}
29+

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
11
# XMLCoding
2+
3+
[![Slack](https://img.shields.io/badge/join-slack-745EAF.svg?style=flat)](http://bit.ly/2B0dEyt)
4+
[![Jenkins](https://ci.liveui.io/job/LiveUI/job/XMLCoding/job/master/badge/icon)](https://ci.liveui.io/job/LiveUI/job/XMLCoding/)
5+
[![Platforms](https://img.shields.io/badge/platforms-macOS%2010.13%20|%20Ubuntu-ff0000.svg?style=flat)](https://github.com/LiveUI/Boost)
6+
[![Swift 4](https://img.shields.io/badge/swift-4.1-orange.svg?style=flat)](http://swift.org)
7+
[![Vapor 3](https://img.shields.io/badge/vapor-3.0-blue.svg?style=flat)](https://vapor.codes)
8+
29
XMLEncoder & XMLDecoder using the codable protocol in Swift 4
10+
11+
12+
### Testing
13+
14+
To test in **Docker** call `./scripts/docker-shortcuts/test.sh`

Sample XML/Books/Books.swift

Lines changed: 0 additions & 142 deletions
This file was deleted.

Sample XML/Books/book.xml

Lines changed: 0 additions & 10 deletions
This file was deleted.

Sample XML/Books/books.xml

Lines changed: 0 additions & 120 deletions
This file was deleted.

Sample XML/BreakfastMenu/breakfast.swift

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)