All Projects → codemagic-ci-cd → codemagic-docs

codemagic-ci-cd / codemagic-docs

Licence: MIT license
Here you’ll find some essential information for setting up CI/CD for your mobile apps with Codemagic.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
SCSS
7915 projects

Projects that are alternatives of or similar to codemagic-docs

Rocket
Automated software delivery as fast and easy as possible 🚀
Stars: ✭ 217 (+244.44%)
Mutual labels:  continuous-integration
Awesome Ci
Awesome Continuous Integration - Lot's of tools for git, file and static source code analysis.
Stars: ✭ 254 (+303.17%)
Mutual labels:  continuous-integration
Chartboard
Simple dashboard to show widget chart
Stars: ✭ 23 (-63.49%)
Mutual labels:  continuous-integration
Awesome Ci
List of Continuous Integration services
Stars: ✭ 2,737 (+4244.44%)
Mutual labels:  continuous-integration
Rok8s Scripts
Opinionated scripts for managing application deployment lifecycle in Kubernetes
Stars: ✭ 248 (+293.65%)
Mutual labels:  continuous-integration
flagsmith
Open Source Feature Flagging and Remote Config Service. Host on-prem or use our hosted version at https://flagsmith.com/
Stars: ✭ 2,309 (+3565.08%)
Mutual labels:  continuous-integration
Works On My Machine
Continuous integration done right.
Stars: ✭ 215 (+241.27%)
Mutual labels:  continuous-integration
Norimaki
🌀 Android client for Circle CI
Stars: ✭ 19 (-69.84%)
Mutual labels:  continuous-integration
Webhookd
A very simple webhook server launching shell scripts.
Stars: ✭ 250 (+296.83%)
Mutual labels:  continuous-integration
generator-nullfactory-xrm
Yeoman generator for Dynamics 365 Solutions. It generates a project structure that facilitates the quick creation builds and automated release strategies with minimal effort.
Stars: ✭ 15 (-76.19%)
Mutual labels:  continuous-integration
Screenshots
Screenshots: A command line utility and package for capturing screenshots for Flutter
Stars: ✭ 225 (+257.14%)
Mutual labels:  continuous-integration
Bundlewatch
Keep watch of your bundle size
Stars: ✭ 241 (+282.54%)
Mutual labels:  continuous-integration
typo3-typoscript-lint
Find coding errors in your TypoScript files.
Stars: ✭ 78 (+23.81%)
Mutual labels:  continuous-integration
Phpci
PHPCI is a free and open source continuous integration tool specifically designed for PHP.
Stars: ✭ 2,437 (+3768.25%)
Mutual labels:  continuous-integration
javascript-test-reporter
DEPRECATED Code Climate test reporter client for JavaScript projects
Stars: ✭ 68 (+7.94%)
Mutual labels:  continuous-integration
Testground
🧪 A platform for testing, benchmarking, and simulating distributed and p2p systems at scale.
Stars: ✭ 216 (+242.86%)
Mutual labels:  continuous-integration
emaci
Scheduler for compilations in emacs.
Stars: ✭ 12 (-80.95%)
Mutual labels:  continuous-integration
ci
🐳 Dockette dockerized Alpine linux Dockerfiles for PHP 5.6-8.2 + Composer. NodeJS 6-18. Ansible.
Stars: ✭ 18 (-71.43%)
Mutual labels:  continuous-integration
setup-lazarus
Set up your GitHub Actions workflow with a specific version of Lazarus
Stars: ✭ 29 (-53.97%)
Mutual labels:  continuous-integration
memcheck-cover
An HTML generator for Valgrind's Memcheck tool
Stars: ✭ 30 (-52.38%)
Mutual labels:  continuous-integration

Codemagic community documentation

codemagic-banner

Welcome to the Codemagic public documentation repository. As a Codemagic user, you can contribute to our documentation to improve it.

Getting started

To contribute, fork the repository, make your changes and start a pull request. All pull requests will be reviewed by the Codemagic team.

Common issues page

We invite you to help out fellow Codemagic users by describing a frequent issue and providing a solution to it. Add your entry to the "Common issues" page under Troubleshooting.

Please follow the format of existing issues for consistency.

  1. Provide a clear description of the issue and the steps to reproduce it. Keep the description short and sweet.
  2. Provide a log output, if relevant.
  3. Specify the Flutter (and Xcode) version if you think these are relevant.
  4. Describe the solution to overcome this issue.

Development

Development requires Hugo static site generator. It can be installed with Homebrew for Linux and macOS users

brew install hugo

Note that Hugo extended v0.77.0 is used in production. This Hugo version can be downloaded from releases page.

Windows users can install Chocolatey. After that Hugo can be installed with

choco install hugo-extended --version 0.77.0

For general info see Hugo documentation.

Content is in content in CommonMark markdown format, as implemented by goldmark;

Layout templates are in layouts in HTML format and go template syntax for "actions" (Hugo documentation).

Preview

Linux and macOS users can preview the site in http://localhost:1313/ by launching:

./serve.sh

Windows users launch:

./serve.cmd

It will usually refresh automatically when anything is changed

For testing things that require a subdomain, add a subdomain to your hosts file:

# example for MacOS

sudo sh -c "echo '127.0.0.1\tdocs.codemagic.local' >> /etc/hosts"

and preview the site in http://docs.codemagic.local:1313/ instead.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].