Skip to content

Commit

Permalink
Isolate linux build directory in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
davbeck committed Jul 10, 2024
1 parent 82c78ef commit 291400f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/test-linux
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
docker run --rm --privileged \
--volume "$(pwd):/src" \
--volume "$(pwd)/.build/linux:/src/.build" \
--workdir "/src" \
swift:5.9 \
swift test

0 comments on commit 291400f

Please sign in to comment.