Age | Commit message (Collapse) | Author |
|
Copies of over the primedev folder structure for easier cherry-picking of further changes
Co-authored-by: F1F7Y <filip.bartos07@proton.me>
|
|
Adds a GitHub Action that auto-adds a label to a PR in case there are merge conflicts.
|
|
The setting will set each initializer in a new line if all of them don't fit in one line
|
|
Current is 0.13 which was released October 2021. This bumps it latest at the time of writing, i.e. 0.16.2
|
|
Fix the add to project workflow so that it works on PRs from forks, securely
|
|
Sets the 4th digit of the version number to the current CI run number.
This is done to more easily link a binary back to the PR or commit it came from.
|
|
Only run on issues
PRs from forks are triggered from that fork which means that they don't have access to the necessary token
|
|
Automatically adds all opened issues and pull requests to the project board.
|
|
Export version number in `Northstar.dll`
|
|
* Replace vendored libcurl and minhook with submodules
* Add cmake utility for checking submodules and initializing them
* Update build instructions to use Git
|
|
|
|
Moves the entire project to cmake as the build system
|
|
`set-output` is being deprecated as per https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
v2 is deprecated
|
|
* CI create release and upload files on tag
On tag creation, this creates a new release and uploads the corresponding compiled launcher and debug files.
* Remove leftover `ls`
* Remove condition to not build RCs
Release candidates should also be built and uploaded. The condition for not building them was a leftover from copy-pasting code.
* Move condition to parent
* Make sure files are in root of zip
Previously they were in a subfolder inside the zip
* Remove leftover content from copy/paste
|
|
Old version is being deprecated by GitHub
|
|
* Adjust folder structure
* change launcher directory name
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|