viktorbenei's comments

viktorbenei | 8 years ago | on: Apple acquires Buddybuild

Bitrise.io ! ;) (CTO here)

Added bonus: most of our tools are open source, e.g. you can use the same runner which we use to run the builds on our build VMs ( https://www.bitrise.io/cli ) to run the bitrise config/build anywhere the CLI can run. Happy to answer any questions!

viktorbenei | 9 years ago | on: Ask HN: Who is hiring? (May 2017)

Bitrise.io | Budapest (Hungary) | Full-time | Onsite

Bitrise is a Continuous Integration and Delivery platform focusing on mobile development. We help developers to automate their every-day tasks so they can go back to building great apps and have more time for their ideas. We'd like to create an ecosystem for software developers which they can use to build, test and distribute their apps in a way that it feels natural and fun. We take being open very seriously and we love to automate everything!

We'll soon update our jobs site ( https://www.bitrise.io/job ), looking for right now:

- Web Dev (both front & backend positions, Senior & Junior too)

- Tooling: work on our open source tools which make Bitrise awesome ( https://www.bitrise.io/cli )

- Developer Experience (DX) Engineer

- Infra Engineer

And a lot more. If you're interested in working for a YC company in Europe, feel free to ping us, there's always a place for great devs in our team ;)

viktorbenei | 9 years ago | on: Which automation tools/scripts do you use to save time and feel like a boss?

Bitrise! Both the open source CLI (https://www.bitrise.io/cli) and bitrise.io (hosted service).

I'm obviously biased (CTO and Co-founder), but I love automation, that's why I'm part of the bitrise team in the first place ;)

The CLI is similar to something like rake, but the config lives in a single file which can be moved anywhere, and you can get a list of available "tasks" (workflows in the bitrise terminology) by running `bitrise workflows` or `bitrise run` without any parameter.

There's also an open source editor (UI) available for it (https://discuss.bitrise.io/t/offline-workflow-editor-workflo...), which is now part of the "base plugins" which gets installed by the Bitrise CLI. It's also really light weight, as the CLI is a single binary distribution (written in Go).

viktorbenei | 9 years ago | on: Launch HN: Bitrise (YC W17) – Continuous Integration and Delivery for Mobile Apps

Couple of additional things:

- Local CLI / runner: http://devcenter.bitrise.io/bitrise-cli/

- Trigger Map, to configure what to build when: http://devcenter.bitrise.io/webhooks/trigger-map/

- Linux/Android image available as an open Docker container: http://devcenter.bitrise.io/docker/run-your-build-locally-in...

- Open source, offline workflow editor (UI, beta): https://discuss.bitrise.io/t/offline-workflow-editor-workflo...

- (GitHub,) Bitbucket and GitLab (full API) support, and additional webhook support for Slack (trigger a build from Slack), visualstudio.com, gogs, deveo git repos through the open source Webhook processor (https://github.com/bitrise-io/bitrise-webhooks) - the last two were contributed by the community ;)

viktorbenei | 9 years ago | on: Launch HN: Bitrise (YC W17) – Continuous Integration and Delivery for Mobile Apps

Just some notes for the CLI:

- It's the same runner which is used for running the builds on https://www.bitrise.io/

- You can run the same build config (YML) with it both on https://www.bitrise.io/ and on your Mac/Linux

- CLI [home page](https://www.bitrise.io/cli) | [docs](http://devcenter.bitrise.io/bitrise-cli/) | [GitHub](https://github.com/bitrise-io/bitrise)

(disclaimer: CTO here)

viktorbenei | 9 years ago | on: Apple Starts to Woo Its App Developers

I completely agree, just wanted to add that there are options for iOS / macOS CI in the cloud, like ours ( https://www.bitrise.io - we have a free plan for freelancers ) or Travis / Circle. Not on commodity hardware of course, and you most likely won't have macOS as an option on AWS/GCE/Azure in the near future either.. (we use a private vSphere system right now)

viktorbenei | 10 years ago | on: Ask HN: Which open source projects have kind, supportive, talented teams?

If you're interested in iOS & Android dev / automation tools you should check out https://fastlane-tools and https://www.bitrise.io/cli . The two projects have a fair amount of overlap, but handle a couple of key concept differently (e.g. built in modules in fastlane vs decentralized step library in bitrise). I'm more than happy to help you get started if you would decide to contribute to bitrise
page 1