Jay Sridharan
e833ba1701
Add docs generation workflow ( #45 )
...
* Add docs generation workflow
* remove extraneous backslash
2022-09-26 08:15:30 -07:00
Jamie Smith
fb9be8eb9d
Actually build in test_building_multiple_executables.yml
2022-09-14 00:25:31 -07:00
Jamie Smith
5800b7bac5
Fix paths in test_building_multiple_executables.yml
2022-09-14 00:25:31 -07:00
Jamie Smith
e3d717138b
MBED_APP_JSON_PATH should no longer be required, as some projects don't need it
2022-09-14 00:25:31 -07:00
Jamie Smith
d69ebf4116
Update CI scripts to not use mbedtools configure
2022-09-14 00:25:31 -07:00
Jamie Smith
de68d27493
Remove not currently used Mbed CI scripts
2022-09-14 00:25:31 -07:00
Jamie Smith
9ed98244af
Fix typo in yaml
2022-09-14 00:25:30 -07:00
Jamie Smith
d6556c84fc
Fix some build errors
2022-09-14 00:25:30 -07:00
Jamie Smith
ecfd698173
Add extra argument
2022-09-14 00:25:29 -07:00
Jamie Smith
69c1d4a55a
Rename inconsistently named testing-related variables. Also fix STM32CUBE not working from application code.
2022-09-14 00:25:29 -07:00
Jamie Smith
ad9d989157
Fix requirements.txt path in docker stuff
2022-09-14 00:25:26 -07:00
Jamie Smith
34b66e73a7
Remove the legacy Mbed CLI 1 tools!
2022-09-14 00:25:26 -07:00
Jamie Smith
87625ba033
Enable reset_reason HAL test
2022-09-14 00:25:25 -07:00
Jamie Smith
22b7a45f7b
Enable running host tests in Github Actions
2022-09-14 00:25:25 -07:00
Jamie Smith
d85c55a493
Fix PSA and MUSCA build
2022-09-14 00:25:25 -07:00
Martin Kojtal
ad15f0a7dc
github action: add git safe directory
...
Where we use git commands directly, we need to add safe directory. This is because
the recent git changes introduced, for details visit:
https://github.com/actions/checkout/issues/766
2022-04-20 11:18:27 +01:00
Martin Kojtal
8a59067c1b
github action: update checkout to v3
...
See https://github.com/actions/checkout/pull/762
Our tests are failing as checkout is not working (no git repository found)
2022-04-20 11:18:17 +01:00
Saheer
fc088f0edd
Tag docker images generated by master branch as latest.
2021-09-06 10:59:08 +01:00
Saheer
64cff51d4f
Fix mbed-os-env docker digest retrieval
...
Adapt changes in skopeo command line to inspect docker image.
Use tagged skopeo docker image to avoid breakage in future.
2021-09-06 10:57:44 +01:00
Qinghao Shi
1f20f1c179
FIX: update click version to fix scancode
2021-09-01 11:33:33 +01:00
Martin Kojtal
68667df7ac
Merge pull request #14995 from saheerb/master
...
travis ci migration to github action
2021-08-12 09:50:13 +01:00
Saheer
91fa6801f8
travis ci migration to github action
2021-08-11 11:02:06 +01:00
Robert Walton
1a7a89a8ed
ci: Use new mbed-os-env docker image in "multiple executables" test
...
The github workflow to test building multiple executables was using the
soon to be deprecated docker image "mbedos/mbed-os-env:latest". This
commit points it at the new docker image on ghcr.io.
2021-08-11 10:15:42 +01:00
Robert Walton
1dda219d3c
ci: Add github action to build greentea tests with cmake
...
Build for two targets, one with baremetal profile and one full profile.
2021-08-11 10:15:42 +01:00
Saheer
7698035be9
github action fix for uppercase repository owner
2021-08-05 14:06:12 +01:00
Qinghao Shi
740e52f64c
DOCKER: fix a bug in docker building GHA
2021-08-04 13:30:21 +01:00
Saheer Babu
5b0c1df525
github actions for mbed-os-env docker management
2021-08-03 16:28:14 +01:00
Lingkai Dong
23d659ef9e
CMake: Add test for multiple-executable support
...
Add a test to build two executables in two directories under a single
project.
2021-07-22 17:31:45 +01:00
Paul Szczepanek
dd16aa76d2
run only on feature ble changes
2021-07-16 10:20:38 +01:00
Paul Szczepanek
b960dfcaf3
run test on push instead of weekly
2021-07-16 10:16:19 +01:00
Paul Szczepanek
413882e7ae
add workflow for checking ble feature selection compilation
2021-07-15 17:37:13 +01:00
Anna Bridge
3ee443bfde
Looks like ref has to be a valid branch
...
For mbed-os-ci-scripts the ref was set to 'triage_test' which was a valid branch for that repo, however it looks like somone deleted that branch causing the script to fail. This commit updates the ref to 'master' which should hopefully fix the issue.
2021-06-03 16:41:30 +01:00
Anna Bridge
444004110e
Change actions/checkout ref field
...
Looks like something has changed that now requires this to be set differently
2021-06-03 16:29:04 +01:00
adbridge
1684b9c647
Add GitHub action for issue triaging script
...
Improve comments
2021-05-24 13:55:19 +01:00