kanishka
GitHub actions vs CircleCI poll
what do you use primarily for cloud CI
- GitHub actions
- CircleCI
0
voters
Trending in Polls
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Emily is an Elixir library that runs Nx computations on Apple’s MLX. Install it as the default Nx backend and Nx, defn, Axon, Nx.Serving,...
New
I just stumbled on a newly redesigned elixir-lang.org. :tada: It looks like @Software_Mansion did the work, and I think it is generally a...
New
@hugobarauna and I (Alex Koutmos) have been hard at work on writing a book on Nerves that takes you from simply blinking LEDs to building...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #elixirconf-us
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #hex
- #performance











First 8 of 8 Posts
seanc
dimitarvp
Honestly I hate everything that uses YAML as a scripting language…
Still trying to force myself to devise (or discover) a GitHub CI workflow for cross-compiling a Rust project to 4 different OS/CPU combinations, and I actually wanted to do that like 2 months ago now. It’s just not intuitive and extremely quirky. To top things off, it annoys me so much that I am not even sure I want “to get used to it” (as is the classic advice for learning something that everybody knows is dysfunctional).
kanishka
Makes me a little sad that circleci has more features, but people have converged on GHA because it is convenient, I assume?
dimitarvp
And because of a generous free tier? But maybe CircleCI has that too, I don’t know.
zorn
Historically I’ve used CircleCI. I am planning to do my next project CI in GitHub Actions primarily as a point of exploration.
To be clear, I’ve been very happy with CircleCI, and their support teams have always been very helpful to me. If I had anything of consequence, I’d probably go with them. For simple / free / open-source things, GitHub Actions might be the path, but that is TBD.
cjbottaro
I didn’t vote because…
We currently use GitHub Actions, but it’s because I work for a giant corporation and getting an approved vendor is a pain in the ass.
I’ve used CircleCI for previous startups and side projects and like it a lot.
Also, I can clearly see that GHA is basically ADO workflows at this point, and I hate MS products.
KristerV
i’ve been using GitLab and GitHub both and it’s definitely about convenience and a free package. GL I like more, GH we just need in the current project.
what I don’t get is how hard it is to find a ready YAML. i mean I’ve built a few myself and can do it, but I’m not devops and need ideas. anyone got links?
D4no0
I’ve been using gitlab for most of my projects. I like how easily it integrates with your custom hardware, installing and linking a fully custom runner is 10 minutes of work, the runner works in pull mode, so you don’t require any network configuration, just a internet connection.
Here are some simple configurations that I use on most of my projects, all of these stages are using docker executor.