-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drone CI: Move testing logic to separate pipeline
Only publish artefacts for the `master` branch, while continuing to test builds from development branches. Exclude pull requests from the `publish` pipeline. Also factor out csbt commands from Dockerfile into a separate file for better reuse.
- Loading branch information
Showing
3 changed files
with
49 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
#!/bin/sh | ||
set -x | ||
curl -o csbt https://raw.githubusercontent.com/coursier/sbt-launcher/master/csbt | ||
chmod +x csbt | ||
./csbt compile || \ | ||
./csbt compile || \ | ||
./csbt compile || \ | ||
./csbt compile || \ | ||
./csbt compile || \ | ||
./csbt compile || \ | ||
./csbt compile || \ | ||
./csbt compile || \ | ||
./csbt compile || \ | ||
./csbt compile || \ | ||
./csbt compile || \ | ||
./csbt compile || \ | ||
./csbt compile || \ | ||
./csbt compile || \ | ||
./csbt compile || \ | ||
./csbt compile || \ | ||
./csbt compile || \ | ||
./csbt compile || \ | ||
./csbt compile || \ | ||
./csbt compile || \ | ||
./csbt compile || \ | ||
./csbt compile || \ | ||
./csbt compile |