09f96d056a
Merge branch '7.0' into PSI-7.0
2025-03-21 15:15:57 +01:00
78f263f359
Update GitHub Actions build configuration ( #609 )
...
* ci: bump GHA ubuntu jobs (22->24, 20->22)
* ci: add GHA job for CentOS-7 on self-managed Docker
* ci: add jobs for CentOS-8 and Rocky-9 on GHA-managed Docker
2025-03-05 09:55:32 -06:00
7b2fb669ec
Merge remote-tracking branch 'xiaoqiang/7.0' into PSI-7.0
2025-03-03 17:14:20 +01:00
1f8851a5dc
GHA: rm cmp versions from names when we don't specify them
2024-11-01 11:46:15 -05:00
ac3e8af9fd
Update github action versions
2024-11-01 11:00:37 -05:00
47880fbcf7
Fix config.yml syntax, disable git submodules
2024-10-31 15:20:32 -05:00
b0bff556c9
Move query selections into config file
...
Ignore `goto`s and "recommendations" for now.
2024-10-31 15:20:32 -05:00
932e506df1
Adjustments to suggested configuration
...
* Rebased to latest 7.0
* Check 7.0 branch and tags only
* Ignore text files
* Drop Python checks
* Remove .lgtm.yml file, adjust skips
2024-10-31 15:20:32 -05:00
b7991b6eca
Add CodeQL workflow for GitHub code scanning
2024-10-31 15:20:32 -05:00
9a0113f834
GHA: add gcc with -D_FORTIFY_SOURCE=3
2024-08-21 10:01:26 -05:00
a5c3330c8e
Update .ci module, disable CentOS-7 build
2024-08-07 09:54:16 -05:00
d8b5616772
ci: bump checkout to v4 in check-editorconfig.yml
...
- fix node16.js usage warning
2024-05-16 10:07:12 +02:00
92615a77fe
ci: fix last commit (GHA workaround)
2024-05-15 18:04:58 +02:00
b3f92d81db
ci: add workaround for GHA node20@centos7 failures
2024-05-15 16:57:34 +02:00
20f32068c3
gha add workflow_dispatch
2023-12-22 10:26:28 -08:00
19b232545c
gha: turn most warnings into errors in github build
2023-10-22 17:42:36 -07:00
01fc9f83a9
use windows-2022 to use MinGW 11
...
MinGW 8 on windows-2019 cannot compile pvData module
2023-05-24 21:27:53 +02:00
ccc730332a
Revert "debug: only build clang windows"
...
This reverts commit b948c03675
.
2023-05-24 16:45:08 +02:00
b948c03675
debug: only build clang windows
2023-05-24 13:19:55 +02:00
3724420dc6
fail fast for testing purpose
2023-05-24 12:38:35 +02:00
763760c58b
add clang windows build
2023-05-24 12:04:11 +02:00
9f97f25669
ci: add cross-compilation tests for aarch64, arm soft and hard float
2023-05-01 09:03:52 -07:00
b878295d06
Added the new annotation EPICS_PRINTF_FMT
2023-05-01 09:03:45 -07:00
c7a769e5da
editorconfig: add workflow to check if config is upheld
2023-03-10 10:56:58 +00:00
d9052f7105
update ci-scripts
2023-03-09 14:26:45 +00:00
e5335ce760
GHA: Add -funsigned-char build
2023-02-01 09:25:10 -08:00
e994ad78db
GHA update
2022-12-21 08:15:26 -08:00
492672c718
Revert "ci: GHA follow 'make' with 'make -q'"
...
Stupid make...
This reverts commit b4d7ebd648
.
This reverts commit 0f0f9f49d6
.
2022-04-23 10:19:00 -07:00
b4d7ebd648
cue.py workaround limitation
...
The first argument after "build" can't be an option.
cf. python argparse limitations of add_parser() + REMAINDER
2022-04-23 08:49:35 -07:00
0f0f9f49d6
ci: GHA follow 'make' with 'make -q'
...
Detect situations where 'make' was somehow incomplete,
or where an incorrect dependency leaves some step
perpetually out-of-date and repeated every time.
2022-04-19 10:22:54 -07:00
d8c5379453
Configure builds for lgtm.com
2022-02-15 13:26:43 -06:00
0e56e202fc
ci: drop CentOS-8
...
The centos:8 docker image has disappeared.
2022-02-01 12:53:55 -08:00
1c96fd1cb4
ci: run tests for RTEMS 4.9 and 5
2021-11-09 09:33:25 -08:00
465920fcf1
ci: disable RTEMS test running
2021-10-12 10:24:22 -07:00
e5aece682e
ci: replace GHA deprecated ubuntu-16.04 with CentOS/Fedora builds
...
Maintain coverage of older GCC on Linux
2021-07-15 13:46:14 -07:00
b471e8388f
GHA: Don't worry if no artifacts to upload
2021-06-14 18:23:47 -05:00
3c329c1b48
Disable some RTEMS targets, tests on RTEMS-pc686-qemu
2021-06-10 10:15:08 -05:00
57fab5104f
Fixed indentation in GHA config file
2021-06-04 16:36:23 -05:00
c7eb41abbc
Attempt to fix GHA config file
2021-06-04 16:31:54 -05:00
e3e9d9bb37
Merge rtems5 branch into 7.0
2021-06-04 15:56:30 -05:00
c07ebcee5c
Added "Win2019 MSC-19, debug" build to GHA
...
... as suggested by Freddie.
2021-04-23 18:26:19 -05:00
f727d16b0d
CI: Allow up to 5 minutes for make test-results
2021-04-20 17:39:25 -05:00
348d1bba17
Update CI test configurations
...
- Limit test-results step to 1 min in case a test hangs without
generating a tapfile, as `make test-results` may re-run it.
- Limit Appveyor tests to 20 mins.
- Always run `make test-results` on GHA.
2021-04-06 18:05:46 -05:00
c829ca39d8
ci: enable overall test timeout
2021-04-01 10:20:47 -07:00
1c6b02b9be
Merge remote-tracking branch 'origin/7.0' into rtems5
2021-03-25 18:41:15 -05:00
f9ea6a5bff
CI config and git export tweaks
...
Add paths-ignore filters for GHA PRs
Stop .tools/ and .gitattributes commits from triggering CI
Exclude CI files from git exports
2021-03-25 14:46:28 -05:00
54e9d3f5d1
ci: github actions add mingw
2021-03-18 14:06:45 -07:00
7e01cdacac
ci: GHA always upload tapfiles
2021-03-18 14:06:45 -07:00
3874c1bcfc
Disable building mvme2100, mvme167, uC8252 for RTEMS5
...
Someone needs to take a look at these targets and get them to work
with RTEMS5, but for now, disable building them in the CI scripts.
2021-03-15 14:28:04 -05:00
979445c8fe
ci: add gcc-9 build
2021-03-09 09:26:44 -08:00