Skip to content

Commit 134816e

Browse files
committed
Use github instead of circleci.
1 parent 2798e19 commit 134816e

File tree

2 files changed

+20
-56
lines changed

2 files changed

+20
-56
lines changed

Diff for: .circleci/config.yml

-56
This file was deleted.

Diff for: .github/workflows/build.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Build
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
8+
branches:
9+
- master
10+
workflow_dispatch:
11+
12+
jobs:
13+
build:
14+
uses: linuxmint/github-actions/.github/workflows/do-builds.yml@master
15+
with:
16+
commit_id: master
17+
############################## Comma separated list - like 'linuxmint/xapp, linuxmint/cinnamon-desktop'
18+
dependencies:
19+
##############################
20+

0 commit comments

Comments
 (0)