Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
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
Иван Мажукин
mpd
Commits
27edd4a6
Commit
27edd4a6
authored
Nov 26, 2021
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.github/workflows: merge build-{linux,macos}.yml into one
parent
cc421b04
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
49 additions
and
75 deletions
+49
-75
build-macos.yml
.github/workflows/build-macos.yml
+0
-71
build.yml
.github/workflows/build.yml
+49
-4
No files found.
.github/workflows/build-macos.yml
deleted
100644 → 0
View file @
cc421b04
---
on
:
workflow_dispatch
:
push
:
paths-ignore
:
-
'
android/**'
-
'
build/**'
-
'
doc/**'
-
'
python/**'
-
'
subprojects/**'
-
'
systemd/**'
-
'
win32/**'
branches
:
-
master
-
actions
pull_request
:
paths-ignore
:
-
'
android/**'
-
'
build/**'
-
'
doc/**'
-
'
python/**'
-
'
subprojects/**'
-
'
systemd/**'
-
'
win32/**'
branches
:
-
master
jobs
:
build
:
runs-on
:
macos-latest
steps
:
-
id
:
checkout
uses
:
actions/checkout@v2
-
id
:
cache-ccache
uses
:
hendrikmuhs/ccache-action@v1
with
:
key
:
${{ matrix.os }}-${{ matrix.type }}
-
uses
:
actions/setup-python@v1
-
name
:
Install dependencies
run
:
|
brew install \
meson ninja \
fmt \
boost \
googletest \
icu4c \
ffmpeg \
libnfs \
yajl \
libupnp \
libid3tag \
chromaprint \
libsamplerate \
libsoxr \
flac \
opus \
libvorbis \
faad2 \
wavpack \
libmpdclient
-
name
:
Meson Build
uses
:
BSFishy/meson-build@v1.0.3
with
:
action
:
test
directory
:
output
setup-options
:
-Ddocumentation=disabled -Dtest=true
meson-version
:
0.56.0
.github/workflows/build
-linux
.yml
→
.github/workflows/build.yml
View file @
27edd4a6
...
...
@@ -24,12 +24,13 @@ on:
-
'
win32/**'
branches
:
-
master
env
:
CC
:
'
ccache
gcc-10'
CXX
:
'
ccache
g++-10'
jobs
:
build
:
build
-linux
:
runs-on
:
ubuntu-latest
env
:
CC
:
'
ccache
gcc-10'
CXX
:
'
ccache
g++-10'
steps
:
-
id
:
checkout
uses
:
actions/checkout@v2
...
...
@@ -85,3 +86,47 @@ jobs:
directory
:
output/mini
setup-options
:
-Dbuildtype=minsize -Dauto_features=disabled -Dtest=true -Ddaemon=false -Dinotify=false -Depoll=false -Deventfd=false -Dsignalfd=false -Dtcp=false -Ddsd=false -Ddatabase=false -Dneighbor=false -Dcue=false -Dfifo=false -Dhttpd=false -Dpipe=false -Drecorder=false -Dsnapcast=false
meson-version
:
0.56.0
build-macos
:
runs-on
:
macos-latest
steps
:
-
id
:
checkout
uses
:
actions/checkout@v2
-
id
:
cache-ccache
uses
:
hendrikmuhs/ccache-action@v1
with
:
key
:
${{ matrix.os }}-${{ matrix.type }}
-
uses
:
actions/setup-python@v1
-
name
:
Install dependencies
run
:
|
brew install \
meson ninja \
fmt \
boost \
googletest \
icu4c \
ffmpeg \
libnfs \
yajl \
libupnp \
libid3tag \
chromaprint \
libsamplerate \
libsoxr \
flac \
opus \
libvorbis \
faad2 \
wavpack \
libmpdclient
-
name
:
Meson Build
uses
:
BSFishy/meson-build@v1.0.3
with
:
action
:
test
directory
:
output
setup-options
:
-Ddocumentation=disabled -Dtest=true
meson-version
:
0.56.0
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