Wietse Wind
bebf34311b
Separate build & test job
2023-01-31 23:27:24 +01:00
Wietse Wind
b0343d0509
Add full & partial release build
...
commit 2349db5aa9deec436d97169cd5ae58bc57f28093
Author: Wietse Wind <mail@wietse.com >
Date: Tue Jan 31 13:37:58 2023 +0100
Semver
commit 2969e6c31561be28fbb0979f21a61305ccb49be9
Author: Wietse Wind <mail@wietse.com >
Date: Tue Jan 31 13:11:49 2023 +0100
Small build works (?)
commit 3241f147c3dbbbf29d2a5c364b64bf42c0419450
Author: Wietse Wind <mail@wietse.com >
Date: Tue Jan 31 13:01:32 2023 +0100
Semver
commit 411f5c9c5042da16685d069cabe8318c239cf888
Author: Wietse Wind <mail@wietse.com >
Date: Tue Jan 31 12:25:38 2023 +0100
Start on path, need more info
commit 8ea7819bf7648cd81c434ff3b4826dd410047718
Author: Wietse Wind <mail@wietse.com >
Date: Tue Jan 31 12:09:05 2023 +0100
Change build, timestamp, branch, runner
commit 1579e540ff77b0517090a1ac7e32cd277f986d1e
Author: Richard Holland <richard.holland@starstone.co.nz >
Date: Tue Jan 31 10:44:19 2023 +0000
Change version string to 0.0.0 ahead of build numbers from GHActions
commit 1e78245e201bdeb1b238f23b6821da2ce8f3f171
Author: Wietse Wind <mail@wietse.com >
Date: Tue Jan 31 11:39:26 2023 +0100
Change compiler toolset
commit 47910f553ff5e4fe4ee90143ff097ac2e49ad281
Author: Wietse Wind <mail@wietse.com >
Date: Tue Jan 31 11:35:17 2023 +0100
Add docker unit tests
commit 7df50898d9dc8245fa766de74de0d4c85cf0259b
Author: Wietse Wind <mail@wietse.com >
Date: Tue Jan 31 10:40:14 2023 +0100
BUild full on new container
commit 174135fba27bbbf66d2b13c061851c47a9acb047
Author: Wietse Wind <mail@wietse.com >
Date: Tue Jan 31 10:39:13 2023 +0100
No full build on action runner
commit 96c7fe1f3e366a2eef9261d7f56b7889b1385daf
Author: Wietse Wind <mail@wietse.com >
Date: Tue Jan 31 10:32:11 2023 +0100
Fix auto clean
commit 2f7d707a6149181a7576cfab426e479c56713e97
Author: Wietse Wind <mail@wietse.com >
Date: Tue Jan 31 10:25:39 2023 +0100
clean container on GH action full build
commit 1b12c99b88ed253639826dc644af8d9b7fb16f72
Author: Wietse Wind <mail@wietse.com >
Date: Tue Jan 31 10:25:02 2023 +0100
Wrong logic
commit d0a08c27367ec7680a29e7ae2e0c64e1fa3866c4
Author: Wietse Wind <mail@wietse.com >
Date: Tue Jan 31 10:23:17 2023 +0100
Try to fix fast build
commit 1e2093821282aca904682942387645dabdc0dc1c
Author: Wietse Wind <mail@wietse.com >
Date: Tue Jan 31 09:55:11 2023 +0100
Persistent container
commit 68d9b4cf1c6e30c17a38e7259d71c642f3b7cd11
Author: Wietse Wind <mail@wietse.com >
Date: Tue Jan 31 09:53:59 2023 +0100
Persistent container
commit 651d5dec8aa4ab7cb4971861fbc67b9a3dc27313
Author: Wietse Wind <mail@wietse.com >
Date: Tue Jan 31 09:46:32 2023 +0100
Cached builder, unit tests
commit 50f7a901543faf34361b3d5d24826bad0dbb3b49
Author: Wietse Wind <mail@wietse.com >
Date: Tue Jan 31 09:31:35 2023 +0100
Add build cores
commit 841bf1c4fc0f432e35393f4bd393a772cc7f9ebc
Author: Wietse Wind <mail@wietse.com >
Date: Tue Jan 31 09:26:07 2023 +0100
Testing runner sh code
2023-01-31 13:39:42 +01:00
Wietse Wind
61750dcb0d
Change artifact upload path
2023-01-31 02:39:46 +01:00
Wietse Wind
15b449b119
Add test brach
2023-01-31 02:08:15 +01:00
Wietse Wind
70c694ea4a
Specify dedicated runner for builds
2023-01-31 01:44:30 +01:00
Wietse Wind
99b00a6c1b
Add self hosted build runner
2023-01-31 01:15:33 +01:00
Ed Hennis
a79fa2026b
Update GitHub Actions to ubuntu-latest: ( #4357 )
...
* Per actions/runner-images#6002 , ubuntu-18.04 is being deprecated. If
latest ever fails in the future, we'll need to fix the jobs anyway, so
catch it early.
* Use long option names
* Force clang-format to ubuntu-20.04 because LLVM 10 is not available for 22.04
2022-12-08 20:41:50 -08:00
Rome Reginelli
b65e279db6
Remove Xpring forum link from issue configs
...
The Xpring Forum shut down a while back, so it's no longer a relevant link for community discussions.
2022-03-23 10:48:39 -07:00
plan-do-break-fix
d4d937c37b
Correct typos in documentation
2021-06-03 10:58:24 -07:00
Edward Hennis
b2bf2b6e6b
Add instructions for resolving validation failures:
...
* Add instructions to the workflow at the point where the failure would
occur, which is where someone experiencing a failure is most likely to
look. To keep things simple, the instructions are always printed. The
assumption is that if the job succeeds, nobody is likely to look
anyway.
* Provides the diff of the failure as an artifact, so the user can apply
it directly to their repo.
* Also update the levelization/README.md to clarify the levels a little
bit.
2021-03-11 14:35:31 -08:00
Edward Hennis
746181cb33
Analyze and document levelization:
...
* Markdown explanation of what levelization is, the intended levels, as
well as the process used to determine dependencies
* Shell script finds all dependencies, groups them, and finds cyclic
dependencies and maps out non-cyclic dependencies.
* Github job to run the script and fail if anything changes. Should
catch introduction of new dependencies and new problems. Will also
detect changes if problems or dependencies are removed.
2021-01-08 14:43:02 -05:00
Elliot Lee
e5ff70f606
Add pull request template
...
Based on the PR template used by xpring-eng:
https://raw.githubusercontent.com/xpring-eng/.github/master/.github/pull_request_template.md
2020-09-01 16:39:00 -07:00
Carl Hua
d9fa148688
Revert "Add PR automation for project boards"
...
This reverts commit cd78ce3118 .
2020-05-05 16:05:23 -07:00
Carl Hua
cd78ce3118
Add PR automation for project boards
2020-04-23 18:09:08 -07:00
John Freeman
156dc2ec4c
Add GitHub Action for checking w/ clang-format-10
2020-04-23 10:15:36 -07:00
John Freeman
858e93c7f8
Improve the Doxygen Workflow
...
* Use official build environment Docker image
* Update documentation and Doxygen website URLs
2020-04-14 19:42:42 -07:00
John Freeman
3e9cff9287
Fix Doxygen build
2020-04-06 17:28:53 -07:00
Carl Hua
2f9edf495e
Add issue templates
2020-02-10 23:36:31 -08:00