Skip to content

Commit

Permalink
Use github instead of circleci.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwebster committed Sep 14, 2022
1 parent 24eb3f7 commit 1311591
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 65 deletions.
65 changes: 0 additions & 65 deletions .circleci/config.yml

This file was deleted.

19 changes: 19 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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, linuxmint/cinnamon-desktop
##############################

0 comments on commit 1311591

Please sign in to comment.