Skip to main content

3 docs tagged with "ci"

View all tags

Electron app continuous integration

This article describes the hurdles I went through when automating an Electron build with release to Mac App Store, Microsoft Store, Snapcraft.

Fully local Expo EAS build for CI

Expo EAS CLI has a --local build mode but it's not completely local out of the box. This article describes how to make it less reliant on the expo.dev cloud in order to build your app on a CI like GitHub Actions.

GitHub tips

How to link to the artifacts from the latest GitHub Actions workflow run in your repository (e.g. latest nighly build)? See here!