CI/CD platform and version of Linux All In One
CI/CD platform and version of Linux All In One
Alpine Linux
alpine / 高山
demos
- GitLab CI/CD
version of linux
- GitHub CI/CD
version of linux
/ platform
https://docs.github.com/en/actions
https://docs.github.com/en/search?query=jobs
https://docs.github.com/en/actions/using-jobs/using-jobs-in-a-workflow
https://docs.github.com/en/rest/actions/workflow-runs?apiVersion=2022-11-28
https://docs.github.com/en/rest/actions/workflow-jobs?apiVersion=2022-11-28
GitHub Apps
https://docs.github.com/en/apps
https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs
os + version
jobs:
example_matrix:
strategy:
matrix:
version: [10, 12, 14]
os: [ubuntu-latest, windows-latest]
https://github.com/features/actions
platform
on: push
jobs:
test:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm install-ci-test
- uses:
runs-on
name: Node.js CI/CD
on: [push] # tells github to run this on any push to the repository
jobs:
test: # names the job
runs-on: ubuntu-latest # sets the version of linux we want to use, should be what you have on your server
https://ironeko.com/posts/how-to-set-up-a-ci-cd-pipeline-to-an-ubuntu-server-with-github
refs
https://pbs.twimg.com/card_img/1441262145644097537/gn9-Ju_v?format=png&name=medium
https://wpblog.semaphoreci.com/wp-content/uploads/2021/08/CICD_for_Monorepos.pdf
©xgqfrms 2012-2021
www.cnblogs.com/xgqfrms 发布文章使用:只允许注册用户才可以访问!
原创文章,版权所有©️xgqfrms, 禁止转载 🈲️,侵权必究⚠️!
本文首发于博客园,作者:xgqfrms,原文链接:https://www.cnblogs.com/xgqfrms/p/15342313.html
未经授权禁止转载,违者必究!
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· 浏览器原生「磁吸」效果!Anchor Positioning 锚点定位神器解析
· DeepSeek 开源周回顾「GitHub 热点速览」
· 记一次.NET内存居高不下排查解决与启示
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· .NET10 - 预览版1新功能体验(一)
2020-09-27 React 权限管理
2020-09-27 js & void & undefined & null All in One
2020-09-27 微信小程序-显示外链图片 bug
2019-09-27 yapi & mock JSON
2019-09-27 GraphQL in practice
2018-09-27 ace & web ide & web code editor
2018-09-27 tinymce