[Setup] Non Apple platforms #13

Merged
javier merged 14 commits from setup/linux-support into main 2023-04-28 17:37:09 +00:00
Showing only changes of commit 9965deb2a8 - Show all commits

View File

@ -50,10 +50,12 @@ ifeq ($(docker),yes)
--workdir ${DOCKER_VOLUME_TARGET} \
--platform ${platform} \
${DOCKER_IMAGE_NAME}:${tag} \
swift test --parallel
swift test --configuration ${config}
ifeq ($(clean),yes)
@docker rmi ${DOCKER_IMAGE_NAME}:${tag}
endif
else
@swift test --parallel
@swift test --configuration ${config}
endif
# --- HOUSE-KEEPING ---