From 9529d76d82057154718f3f62e2283048fea5a0f7 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 11 Apr 2021 06:22:46 +0300 Subject: [PATCH] ci: update ci_scripts README --- ci_scripts/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ci_scripts/README.md b/ci_scripts/README.md index 9742474d1..012a85bcb 100644 --- a/ci_scripts/README.md +++ b/ci_scripts/README.md @@ -1,11 +1,15 @@ # Continuous Integration Scripts for Delta Chat -Continuous Integration, run through CircleCI and an own build machine. +Continuous Integration, run through [GitHub +Actions](https://docs.github.com/actions), +[CircleCI](https://app.circleci.com/) and an own build machine. ## Description of scripts +- `../.github/workflows` contains jobs run by GitHub Actions. + - `../.circleci/config.yml` describing the build jobs that are run - by Circle-CI + by CircleCI. - `remote_tests_python.sh` rsyncs to a build machine and runs `run-python-test.sh` remotely on the build machine.