You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+40Lines changed: 40 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -340,6 +340,46 @@ We've used [cargo-wix](https://github.com/volks73/cargo-wix) to create the Windo
340
340
Further instructions for it's usage can be found on the given repository.
341
341
Please mind that the *License.rtf* has been modified (for the copyright part) and changed the manufacturer has been to University of Helsinki in the *main.wxs* file. We have not implemented creating the installer in the GitHub Actions, so it needs to be done manually.
342
342
343
+
Github actions builds every commit and runs all tests on them on every supported platform. When tests
344
+
are successful there is a option to create a release build. These are triggered by creating a
345
+
tag on the commit you want to create release from. Usually commits are tagged with version like this:
346
+
```
347
+
git tag v0.0.1
348
+
```
349
+
Only hard requirement is that all tags which are used to create release builds **must begin with letter v**.
350
+
Release builds are uploaded to [download.mooc.fi](https://download.mooc.fi/). Each release can be downloaded
0 commit comments