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-2025
www.cnblogs.com/xgqfrms 发布文章使用:只允许注册用户才可以访问!
原创文章,版权所有©️xgqfrms, 禁止转载 🈲️,侵权必究⚠️!
本文首发于博客园,作者:xgqfrms,原文链接:https://www.cnblogs.com/xgqfrms/p/15342313.html
未经授权禁止转载,违者必究!
【推荐】博客园携手 AI 驱动开发工具商 Chat2DB 推出联合终身会员
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 深度解析Mamba与状态空间模型:一图带你轻松入门
· 记一次 .NET某电商医药网站 CPU爆高分析
· 内存条的基本知识与选购指南
· Kafka的日志段为什么不用内存映射?
· 聊一聊 C#线程池 的线程动态注入 (下)
· 神仙打架的一期「GitHub 热点速览」
· 我的2024:如果人生只是大梦一场
· 夜莺监控突破一万 star,这是汗水,也是鞭策
· ImageSharp:高性能跨平台.NET开源图形库
· 2024年终回顾:岁月很长,美好简单
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