Skip to content

Commit f9afe69

Browse files
committed
Added docker compose file for super easy testing on linux.
1 parent 1dc2ebc commit f9afe69

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Tests/CloudFoundryConfigTests/FileLoadTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
import XCTest
18-
18+
import Foundation
1919
import Configuration
2020
@testable import CloudFoundryConfig
2121

docker-compose.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
app:
2+
image: ibmcom/swift-ubuntu
3+
volumes:
4+
- .:/root/CloudConfiguration
5+
command: bash -c "cd /root/CloudConfiguration && swift build --clean && swift build && swift test"

0 commit comments

Comments
 (0)