cancel-workflow-action GitHub Action version updated
Thread-safe Swift dictionary.
swift package generate-xcodeproj
swift test
IMPORTANT: regenerate Linux test list executing
swift test --generate-linuxmain
Execute on base swift:5.2 image
swift:5.2
docker run --rm \ --volume "$(pwd):/package" \ --workdir '/package' \ swift:5.2 \ /bin/bash -c 'swift test'
or create a new image based on Dockerfile and run it
Dockerfile
docker build --tag concurrent-dictionary . docker run --rm concurrent-dictionary
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
ConcurrentDictionary
Thread-safe Swift dictionary.
Generate Xcode project
Testing
macOS
Docker Linux
IMPORTANT: regenerate Linux test list executing
Execute on base
swift:5.2
imageor create a new image based on
Dockerfile
and run it