1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 22:25:25 +02:00
Commit graph

7 commits

Author SHA1 Message Date
Jonah Graham
1893069eb5 Remove unmaintained LSP and DAP support from CDT
Fixes #139
2022-11-09 19:47:22 -05:00
Jonah Graham
c99134eb31 Use correct version of GDB on Jenkins
In 56ee2c3bb1 I got github actions
working by using default GDB on GHA, but on Jenkins we should
continue to use CDT's pre-built version of GDB.

Part of #117
2022-11-07 10:04:20 -05:00
Mat Booth
c1269a9990 Fix build failure in standalone debugger application
* Correct the requirements according to the latest target platform
* Move to requiring Java 17
* Enable the profile in the Jenkinsfile to verify it builds
2022-10-25 10:20:37 +01:00
Jonah Graham
0c6fb15274 Run the archiving of artifacts first
If the build fails before any test reports are generated, at least
save the artifacts that are there before failing the build due to no
test files.
2022-09-09 20:18:47 -04:00
Jonah Graham
323057845e
Remove parallel in Jenkinsfile #55 (#56)
Until we can resolve the resource deadlock, stop
building in parallel.
2022-08-22 09:15:03 -04:00
Jonah Graham
6ed8d28722
Add code formatting checks to Jenkinsfile (#27)
The code formatting runs in parallel to the main build
2022-08-11 10:53:58 -04:00
Jonah Graham
637eb04dfb
Migrate builds to GitHub as source (#26) 2022-08-08 09:07:31 -04:00