From 576460163031255c09948566dd2f2409d86ab8d4 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Fri, 9 Apr 2021 12:05:43 +0200 Subject: [PATCH] Update README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 808c98c..1b624df 100644 --- a/README.md +++ b/README.md @@ -332,6 +332,8 @@ in the service specific subdirectories: - [Travis-CI README](travis/README.md) - [AppVeyor README](appveyor/README.md) +- [GitHub Actions README](github-actions/README.md) +- [GitLab README](gitlab/README.md) ## References: EPICS Modules Using ci-scripts @@ -420,16 +422,16 @@ This will make all builds (not just for your module) verbose. Update the submodule in `.ci` first, then change your CI configuration (if needed) and commit both to your module. E.g., to update your Travis -setup to release 3.2.1 of ci-scripts: +setup to release 3.3.0 of ci-scripts: ```bash cd .ci -git pull origin v3.2.1 +git pull origin v3.3.0 cd - git add .ci # if needed: edit .travis.yml # and/or other CI service configurations git add .travis.yml -git commit -m "Update ci-scripts submodule to v3.2.1" +git commit -m "Update ci-scripts submodule to v3.3.0" ``` Check the example configuration files inside ci-scripts (and their