Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/XCTEQ/SwiftPackageManager-Docker
This is a sample repo showing Swift package with Docker
https://github.com/XCTEQ/SwiftPackageManager-Docker
Last synced: 3 months ago
JSON representation
This is a sample repo showing Swift package with Docker
- Host: GitHub
- URL: https://github.com/XCTEQ/SwiftPackageManager-Docker
- Owner: XCTEQ
- Created: 2016-08-25T22:42:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-25T23:04:44.000Z (about 8 years ago)
- Last Synced: 2024-04-09T11:59:32.338Z (7 months ago)
- Language: Swift
- Size: 1.95 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Swift Package with Docker
Running Swift Package inside docker without Xcode
`sh run_docker.sh`
You will be inside the docker container.
# Build & Test the package
Now within the docker container
`swift build`
Now run the tests
`swift test`
# Run package from command line
`.build/debug/cli Shashi`
You will see greeting message