generic-json-swift icon indicating copy to clipboard operation
generic-json-swift copied to clipboard

Add Linux support

Open zoul opened this issue 7 years ago • 0 comments

Running tests through Docker:

docker run --rm --volume "$(pwd):/package" --workdir "/package" swift:4.2 /bin/bash -c "swift test"
  • [ ] Make swift test --generate-linuxmain a part of the build process so that the list of tests for Linux never gets out of sync?
  • [ ] Make the Linux build & test part of the CI build
  • [ ] Change the repo layout to the standard SPM one?
  • [ ] Contribute a better error message for BuildPlan.missingLinuxMain to SPM?

zoul avatar Oct 24 '18 17:10 zoul