Skip to content

Commit

Permalink
Add github workflow, .gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwebster committed Mar 14, 2023
1 parent 5257661 commit 67f053e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
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
##############################
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
debian/xfce4-xapp-status-plugin
debian/tmp
debian/.debhelper
debian/files
debian/xfce4-xapp-status-plugin-dbg*
debian/*.substvars
debian/*debhelper*

0 comments on commit 67f053e

Please sign in to comment.