Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lxqt/ci


https://github.com/lxqt/ci

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# Description

Common scripts for continuous integration of LXQt projects.

# Usage

LXQt projects uses GitHub Actions for CI. To use scripts from this repository, add the following step to `.github/workflows/test.yml` of each project.

```yaml
- name: Checkout shared CI repo
uses: actions/checkout@v2
with:
repository: lxqt/ci
path: shared-ci
```

And then source common scripts in the build script `.ci/build.sh` for each project.

```sh
source shared-ci/prepare-archlinux.sh
```