Commit Graph

21 Commits

Author SHA1 Message Date
Margen67 14edc842b6
CI improvements (#1107)
Add workflow_dispatch: https://github.blog/changelog/2020-07-06-github-actions-manual-triggers-with-workflow_dispatch/
Remove unneeded brackets and shell.
Windows:
 Opt out of PowerShell telemetry.
 Use default ErrorView.
 Simplify vswhere commands.
 Add -m to msbuild.
 Fix typos in artifact steps.
 upload-artifact:
  Use v2.
  Use runner.os in name.
Use -B instead of mkdir where applicable.
upload-artifact:
 Remove unneeded quotation marks.
 Add if-no-files-found: error
mac:
 Add name.
 Require check-code-formatting like other jobs.
 Remove unneeded shell.
 Add names to steps.
 Make dependency version into variable.
 Don't hardcode job number.
 Use tar instead of zip.
2021-08-15 13:18:19 +01:00
duncanspumpkin 7aecfa55ef Update OpenLoco version to v21.08 2021-08-12 22:11:49 +01:00
Marijn van der Werf 9c24c21227
Compile macOS builds (32-bit) using osxcross (#924)
* Compile macOS release using osxcross

* Symlink system

* Remove modules bit

* Include YAML dir

* Conditionally build icns

* Merge yaml-cpp branches in cmakelists

* Move toolchain file
2021-08-12 23:03:25 +02:00
duncanspumpkin 7ec445f7f7 Update OpenLoco version to v21.07 2021-07-18 07:14:25 +01:00
Michał Janiszewski 228e12a6bd Add pdb symbols to MSVC build artifacts 2021-06-19 23:45:44 +02:00
Aaron van Geffen cacb426f6f Update OpenLoco version to v21.05 2021-05-11 22:28:26 +02:00
duncanspumpkin 753b60ea0f Update OpenLoco version to v21.04.1 2021-04-14 20:07:37 +01:00
Aaron van Geffen 84090672d7 Update OpenLoco version to v21.04 2021-04-10 21:40:06 +02:00
Aaron van Geffen 59fa24ca1d Update OpenLoco version to v21.03 2021-03-06 20:02:29 +01:00
Aaron van Geffen 3605a287da Update OpenLoco version to v21.02 2021-02-20 16:50:07 +01:00
Aaron van Geffen 9d7de77427
Update issue templates (#716)
* Update issue templates

* Remove obsolete feature template
2021-01-11 07:56:51 +00:00
Aaron van Geffen 8c7208782b
Migrate Linux CI jobs to GitHub Actions (#701)
* Add Linux CI jobs to GitHub Actions.

* Remove Linux jobs from Travis CI matrix.

* Require clang-format job to pass before running other CI jobs.

* Merge Ubuntu jobs by using a strategy matrix.

* Mark paint{Vehicle,Misc}Entity functions static.
2021-01-02 19:06:33 +01:00
Aaron van Geffen ee516cf78a Update OpenLoco version to v20.10 2020-10-25 16:42:19 +01:00
Aaron van Geffen 1dcc29b66c Update OpenLoco version to v20.07 2020-07-26 21:31:42 +02:00
Aaron van Geffen d0d768606c Update OpenLoco version to v20.05.1. 2020-05-30 11:10:18 +02:00
Aaron van Geffen a1371819f5 Update OpenLoco version to v20.05. 2020-05-24 14:38:30 +02:00
Ted John c7f0faf276 Fix branch name and SHA1 for GitHub Actions 2020-04-24 14:51:27 +01:00
Ted John 562c63e39b Move Windows from AppVeyor to GitHub Actions 2020-04-23 18:52:07 +01:00
Aaron van Geffen e676500f7f Exclude thirdparty scripts from clang-format checks. 2020-03-19 00:55:49 +01:00
Ted John 3efa2099d9 Move code format check to GitHub Actions 2020-03-17 21:02:25 +00:00
Aaron van Geffen 7cf7fdea27 Add a basic issue template [ci skip] 2018-04-10 16:14:23 +02:00