Commit Graph

78 Commits

Author SHA1 Message Date
Oliver Booth db3a80b6da
Merge branch 'main' into release/4.0.0 2024-02-12 09:34:35 +00:00
Oliver Booth 52c85f3498
[ci skip] ci: add sonar.cs.dotcover.reportsPaths 2024-02-12 09:34:05 +00:00
Oliver Booth 2b5c13300a
Merge branch 'main' into release/4.0.0 2024-02-12 01:47:17 +00:00
Oliver Booth e6b165645b
ci: update sonarcloud project key 2024-02-12 01:46:16 +00:00
Oliver Booth b6b90bf1fd
build: target .NET 8 (#88) 2023-11-14 16:49:53 +00:00
Oliver Booth 4c91ec436f
fix(ci): drop netcoreapp3.1 from dotnet workflow (#87) 2023-09-13 00:52:19 +01:00
Oliver Booth b84d9c734a
refactor!: remove X10D.Unity + associated projects/workflows (#86) 2023-09-13 00:25:04 +01:00
Oliver Booth 2445e36cfd
fix(ci): install dotCover global tool for sonarcloud workflow 2023-08-27 13:13:13 +01:00
Oliver Booth 74f957f0c2
ci: update sonarcloud to Java 17
Also changes sonar.login option to sonar.token
2023-08-27 04:33:24 +01:00
Oliver Booth 1c58acd0a5
ci: rename sonarcloud workflow 2023-08-27 04:21:53 +01:00
Oliver Booth f238d420f4
Merge branch 'main' into release/4.0.0 2023-08-24 01:54:42 +01:00
Oliver Booth 5ff7b68b37
[ci skip] ci: add workflow_dispatch trigger to docfx workflow 2023-08-24 01:54:25 +01:00
Oliver Booth 3e338eb2f5
fix(ci): build on subdir branch push 2023-08-23 16:15:10 +01:00
Oliver Booth d90e949212
fix(ci): build on subdir branch push 2023-08-23 16:14:56 +01:00
Oliver Booth 1e71029f38
refactor: remove X10D.DSharpPlus 2023-08-22 17:52:49 +01:00
Oliver Booth 334c64e995
[ci skip] ci: add workflow_dispatch trigger to nightly workflow 2023-04-13 23:27:08 +01:00
Oliver Booth 545994389d
[ci skip] ci: run dotnet and unity workflows from all branches 2023-04-13 23:26:54 +01:00
Oliver Booth a0d70eaa35
[ci skip] ci: add workflows for push to any branch 2023-04-13 21:55:38 +01:00
Oliver Booth 1c58403708
[ci skip] ci: add workflow_dispatch trigger for sonarcloud 2023-04-13 21:55:38 +01:00
Oliver Booth b5f4c16266
[ci skip] update bug-report.yml
Adds 3.2.0 and "nightly/other" to version options.
2023-04-13 21:39:00 +01:00
Oliver Booth a23be6dd77
[ci skip] fix(ci): mkdir docfx_project/images 2023-04-13 02:38:17 +01:00
Oliver Booth 25ef4e68ef
fix(docs): fix cp source (+g. oops) 2023-04-13 02:35:44 +01:00
Oliver Booth 2f5d1aee4c
docs: add favicon and app title to docfx project 2023-04-13 02:31:21 +01:00
Oliver Booth 512445793e
build: move meta tools to subdir 2023-04-05 11:21:58 +01:00
Oliver Booth c2bb08a9f3
ci: run dotnet workflow for develop 2023-04-03 18:21:21 +01:00
Oliver Booth d1e4243227
[ci skip] ci: only publish nightly on push to main 2023-04-03 18:11:26 +01:00
Oliver Booth 3523ca5468
ci: add CI version info in dotnet build 2023-04-02 21:03:40 +01:00
Oliver Booth 303617a888
[ci skip] ci: cd upm for each successive step 2023-04-02 19:59:17 +01:00
Oliver Booth 2439b3a3cd
[ci skip] style(ci): remove redundant empty line 2023-04-02 17:44:16 +01:00
Oliver Booth fb20e4d1e9
[ci skip] ci: copy artifacts before git diff
Also removes redundant shell specifier on git diff step. GitHub uses bash by default.
2023-04-02 17:42:59 +01:00
Oliver Booth a093e91502
[ci skip] ci: cd upm before git diff 2023-04-02 17:28:58 +01:00
Oliver Booth 6fd7f8d84c
ci: only commit if working tree contains changes 2023-04-02 17:25:56 +01:00
Oliver Booth e4431fca5f
ci: specify configuration for build steps
nightly should use Debug configuration
2023-04-02 16:46:34 +01:00
Oliver Booth 043aca8777
ci: skip redundant build steps
dotnet build now uses --no-restore flag, and dotnet pack now uses --no-build flag, since these steps are already done beforehand.
2023-04-02 16:43:31 +01:00
Oliver Booth 3b47c67a43
ci: upload dotnet pack artifacts 2023-04-02 15:44:10 +01:00
Oliver Booth 9df0fde96d
ci(dotnet): run framework-specific tests separately
This change also specifies multiple dotnet-version values for the setup-dotnet step.
2023-04-01 22:21:14 +01:00
Oliver Booth 9ecbbee571
ci(upm): update package.json in upm branch (#69) 2023-03-29 16:03:55 +01:00
Oliver Booth 7a119fc3c1
ci(upm): automate upm branch update (resolves #69) 2023-03-29 15:00:00 +01:00
Oliver Booth d4b23e8a8c
build(ci): update checkout and setup-dotnet actions
- actions/checkout@v3
- actions/setup-dotnet@v3
2023-03-28 15:02:09 +01:00
Oliver Booth a685d6ec39
Merge branch 'develop' into main 2023-03-07 17:30:15 +00:00
Oliver Booth f5b88e5309
[github actions] Use .NET 7 2023-02-27 16:59:35 +00:00
Oliver Booth 048926011b
[ci skip] [github actions] Update unity-test-runner 2.1.0 2022-11-29 17:35:20 +00:00
Oliver Booth c5276b706e
[github actions] Use .NET 7 2022-11-29 15:55:26 +00:00
Oliver Booth 11c1ecb910
[ci skip] Add ko-fi funding link 2022-11-04 01:06:58 +00:00
Oliver Booth 87042d89ba
Add X10D.Hosting & X10D.DSharpPlus 2022-07-20 17:50:47 +01:00
Oliver Booth e3b223b36d
[ci skip] Fix misplaced backtick 2022-05-14 20:10:21 +01:00
Oliver Booth 1b155935c1
[ci skip] Drop render from type input 2022-05-14 20:08:44 +01:00
Oliver Booth 2a0afada76
[ci skip] Improve issue templates 2022-05-14 20:07:54 +01:00
Oliver Booth eb31e0fe3f
[ci skip] Migrate issue template to issue forms
https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#creating-issue-forms
2022-05-14 20:04:06 +01:00
Oliver Booth 0c169cdaf4
[ci skip] .md not .yml for coc 2022-05-14 19:43:32 +01:00