Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
ximper-shell-notification-center
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
ximper-shell-notification-center
Commits
7716e5ee
Commit
7716e5ee
authored
Aug 01, 2022
by
Erik Reider
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Separate arch and ubuntu GH Actions into their own files. Fixes #151
parent
0fda32e7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
8 deletions
+28
-8
arch-build.yml
.github/workflows/arch-build.yml
+2
-8
ubuntu-build.yml
.github/workflows/ubuntu-build.yml
+26
-0
No files found.
.github/workflows/
building
.yml
→
.github/workflows/
arch-build
.yml
View file @
7716e5ee
# This is a basic workflow to help you get started with Actions
# This is a basic workflow to help you get started with Actions
name
:
Building
name
:
Check build for Arch.
# Controls when the workflow will run
# Controls when the workflow will run
on
:
on
:
...
@@ -15,15 +15,9 @@ on:
...
@@ -15,15 +15,9 @@ on:
jobs
:
jobs
:
build
:
build
:
strategy
:
matrix
:
distro
:
-
archlinux
-
ubuntu
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
container
:
container
:
image
:
erikreider/swaync:
${{ matrix.distro }}
image
:
erikreider/swaync:
archlinux
steps
:
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
-
name
:
Meson configure
-
name
:
Meson configure
...
...
.github/workflows/ubuntu-build.yml
0 → 100644
View file @
7716e5ee
# This is a basic workflow to help you get started with Actions
name
:
Check build for latest Ubuntu LTS.
# Controls when the workflow will run
on
:
# Triggers the workflow on push or pull request events but only for the main branch
push
:
branches
:
[
main
]
pull_request
:
branches
:
[
main
]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch
:
jobs
:
build
:
runs-on
:
ubuntu-latest
container
:
image
:
erikreider/swaync:ubuntu
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Meson configure
run
:
meson build
-
name
:
Build
run
:
ninja -C build
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment