У нас вы можете посмотреть бесплатно Simple CI/CD with GitHub Actions and Docker (Compile+Analysis) | Embedded System Project Series #10 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
I set up a simple continuous integration (CI) / continuous delivery (CD) pipeline using GitHub actions. Its job is to automatically build and analyse my code every time I push a new commit to GitHub. I create a docker image to hold the cross-toolchain (msp430-gcc) that I'm using to build the code for my target. the msp430 microcontroller. With this solution, the toolchain is always available in the GitHub action, and I don't have to worry about it breaking at some later point. The git repository: https://github.com/artfulbytes/nsumo_... 0:00 Overview 2:37 Create a Docker Image 7:54 Create a GitHub Action 9:37 First fail (indentation) 10:00 Branch rule 10:55 Second fail (path) 11:17 Modify Makefile 12:20 Test branch rule 12:39 Pull request 13:13 Third fail (config) 14:20 Success! 14:50 Possible improvement 15:15 Last words ⌨️ My development environment https://www.artfulbytes.com/devenv 🌍 Links GitHub - https://github.com/artfulbytes Website - https://www.artfulbytes.com 👨💻 About me Hi and welcome. I'm Niklas, an embedded systems engineer from Sweden. On this channel, I make practical videos about embedded systems or, in general terms, about building and programming hardware.