Remove unused files
This commit is contained in:
parent
e2574c3f72
commit
423fd01935
@ -7,7 +7,7 @@ let package = Package(
|
||||
.macOS(.v10_15)
|
||||
],
|
||||
dependencies: [
|
||||
.package(url: "https://github.com/vapor/vapor.git", from: "4.0.0"),
|
||||
.package(url: "https://github.com/vapor/vapor", from: "4.0.0"),
|
||||
],
|
||||
targets: [
|
||||
.target(name: "App",
|
||||
|
25
circle.yml
25
circle.yml
@ -1,25 +0,0 @@
|
||||
version: 2
|
||||
|
||||
jobs:
|
||||
macos:
|
||||
macos:
|
||||
xcode: "9.2"
|
||||
steps:
|
||||
- checkout
|
||||
- run: swift build
|
||||
- run: swift test
|
||||
linux:
|
||||
docker:
|
||||
- image: norionomura/swift:swift-4.1-branch
|
||||
steps:
|
||||
- checkout
|
||||
- run: apt-get update
|
||||
- run: apt-get install -yq libssl-dev
|
||||
- run: swift build
|
||||
- run: swift test
|
||||
workflows:
|
||||
version: 2
|
||||
tests:
|
||||
jobs:
|
||||
- linux
|
||||
# - macos
|
Loading…
Reference in New Issue
Block a user