aboutsummaryrefslogtreecommitdiffstats
path: root/software/ci-cd-pipelines.org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-10-10 18:04:31 -0700
committerGravatar Tom Willemse2020-10-10 18:05:08 -0700
commit8625e7e8e8d41dc2e0fb7d7a72316d274b368c09 (patch)
treed37c6d1c48d2d0361948ab3d8ab832328c59afe5 /software/ci-cd-pipelines.org
parent84bdc5813037044a49c36e4973bb42725b0f73cb (diff)
downloadnew-ryuslash.org-8625e7e8e8d41dc2e0fb7d7a72316d274b368c09.tar.gz
new-ryuslash.org-8625e7e8e8d41dc2e0fb7d7a72316d274b368c09.zip
Add pages about Android launchers and CI/CD pipelines
Diffstat (limited to 'software/ci-cd-pipelines.org')
-rw-r--r--software/ci-cd-pipelines.org15
1 files changed, 15 insertions, 0 deletions
diff --git a/software/ci-cd-pipelines.org b/software/ci-cd-pipelines.org
new file mode 100644
index 0000000..e90bb9a
--- /dev/null
+++ b/software/ci-cd-pipelines.org
@@ -0,0 +1,15 @@
+#+TITLE: CI/CD Pipelines
+#+OPTIONS: num:nil
+#+STARTUP: showall
+#+HTML_LINK_UP: ..
+#+HTML_LINK_HOME: ..
+
+* Gitlab CI
+
+I've been using GitLab CI for my Emacs configuration for a while, and it's pretty nice. It's all configured through yaml. I won't say that I'm an expert on it so far, but the fact that it's all just yaml does occasionally prevent me from properly abstracting certain actions. My configuration is very repetitive.
+
+* Github Actions
+
+Github Actions isn't technically a CI/CD pipeline product, I suppose. More of a workflow automation product that they're building CI/CD capabilities into.
+
+* Jenkins