File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# AsyncTaskSwitcher
22
3- ![ CI Linux] ( https://github.com/horothesun/AsyncTaskSwitcher/workflows/CI%20Linux/badge.svg )
4- ![ CI macOS] ( https://github.com/horothesun/AsyncTaskSwitcher/workflows/CI%20macOS/badge.svg )
5- ![ codecov] ( https://codecov.io/gh/horothesun/AsyncTaskSwitcher/branch/master/graph/badge.svg?token=6XPPUZBF4W )
3+ [ ![ CI Linux] ( https://github.com/horothesun/AsyncTaskSwitcher/workflows/CI%20Linux/badge.svg )] ( https://github.com/horothesun/AsyncTaskSwitcher/blob/master/.github/workflows/ci-linux.yml )
4+ [ ![ CI macOS] ( https://github.com/horothesun/AsyncTaskSwitcher/workflows/CI%20macOS/badge.svg )] ( https://github.com/horothesun/AsyncTaskSwitcher/blob/master/.github/workflows/ci-macos.yml )
5+ [ ![ codecov] ( https://codecov.io/gh/horothesun/AsyncTaskSwitcher/branch/master/graph/badge.svg?token=6XPPUZBF4W )] ( https://codecov.io/gh/horothesun/AsyncTaskSwitcher )
66[ ![ SwiftPM] ( https://img.shields.io/badge/SwiftPM-Compatible-brightgreen.svg )] ( https://swift.org/package-manager/ )
77
8- Swift asynchronous task switcher: it calls the completion handler of the most-recently-completed async task.
8+ Swift asynchronous task switcher: it calls the completion handler of the most-recently-completed asynchronous task.
99
1010## Generate Xcode project
1111
@@ -34,9 +34,9 @@ Execute on base `swift:5.2` image
3434``` bash
3535docker run --rm \
3636 --volume " $( pwd) :/package" \
37- --workdir " /package" \
37+ --workdir ' /package' \
3838 swift:5.2 \
39- /bin/bash -c " swift test --build-path ./.build/linux "
39+ /bin/bash -c ' swift test'
4040```
4141
4242or create a new image based on ` Dockerfile ` and run it
You can’t perform that action at this time.
0 commit comments