Skip to content

Commit

Permalink
Merge pull request #671 from jpsim/run-ci-tests-on-xcode-12--swift-5.3
Browse files Browse the repository at this point in the history
Run CI tests on Xcode 12 & Swift 5.3
  • Loading branch information
jpsim authored Sep 23, 2020
2 parents 959eb8b + 973a158 commit 126593d
Show file tree
Hide file tree
Showing 15 changed files with 28,245 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ archive:
release: package archive

docker_test:
docker run -v `pwd`:`pwd` -w `pwd` --name sourcekitten --rm swift:5.2 swift test --parallel
docker run -v `pwd`:`pwd` -w `pwd` --name sourcekitten --rm swift:5.3 swift test --parallel

docker_htop:
docker run -it --rm --pid=container:sourcekitten terencewestphal/htop || reset
Expand Down Expand Up @@ -113,7 +113,7 @@ update_fixtures_macos:
done

update_fixtures_docker:
for image in swift:5.0 swift:5.1 swift:5.2; do \
for image in swift:5.0 swift:5.1 swift:5.2 swift:5.3; do \
swift package reset ; \
docker run -t -v `pwd`:`pwd` -w `pwd` --rm $$image env OVERWRITE_FIXTURES=1 swift test ; \
done
Expand Down
728 changes: 728 additions & 0 deletions Tests/SourceKittenFrameworkTests/Fixtures/[email protected]

Large diffs are not rendered by default.

Loading

0 comments on commit 126593d

Please sign in to comment.