Skip to content

Commit

Permalink
Use github actions for CI builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwebster committed Sep 7, 2022
1 parent a4c2277 commit 39e5e1d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 64 deletions.
64 changes: 0 additions & 64 deletions .circleci/config.yml

This file was deleted.

20 changes: 20 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Build

on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:

jobs:
build:
uses: linuxmint/github-actions/.github/workflows/do-builds.yml@master
with:
commit_id: master
############################## Comma separated list - like 'linuxmint/xapp, linuxmint/cinnamon-desktop'
dependencies: linuxmint/xapp
##############################

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Xed Text Editor
![build](https://github.com/linuxmint/xed/actions/workflows/build.yml/badge.svg)

xed is a small and lightweight text editor.

Expand Down

0 comments on commit 39e5e1d

Please sign in to comment.