-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Maik Toepfer
committed
Sep 11, 2020
1 parent
11f3450
commit a16906f
Showing
7 changed files
with
60 additions
and
39 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
build/ | ||
.vscode/ | ||
.vstags | ||
test/201MB.zip | ||
test/201MB.zip | ||
release/ |
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
Empty file.
This file was deleted.
Oops, something went wrong.
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,13 @@ | ||
All build steps for myfavouritethings are controlled by Docker containers. The central starter is the `Makefile` in the project root. | ||
|
||
Important targets are: | ||
* `make release` | ||
* build own Perl distribution | ||
* assembles a runnable myfavouritethings container | ||
* prepares release | ||
|
||
* `make tests` | ||
* build own Perl distribution | ||
* assembles a runnable myfavouritethings container | ||
* builds test runner | ||
* executes tests |
This file was deleted.
Oops, something went wrong.