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
2730f918
Commit
2730f918
authored
May 23, 2022
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.github/workflows/build.yml: build everything, not just unit tests (Linux)
parent
97ca85e1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
build.yml
.github/workflows/build.yml
+10
-1
No files found.
.github/workflows/build.yml
View file @
2730f918
...
@@ -76,6 +76,15 @@ jobs:
...
@@ -76,6 +76,15 @@ jobs:
-
name
:
Full Build
-
name
:
Full Build
uses
:
BSFishy/meson-build@v1.0.3
uses
:
BSFishy/meson-build@v1.0.3
with
:
with
:
action
:
build
directory
:
output/full
setup-options
:
-Ddocumentation=disabled -Dtest=true -Dsystemd=enabled -Dpcre=enabled
options
:
--verbose
meson-version
:
0.56.0
-
name
:
Unit Tests
uses
:
BSFishy/meson-build@v1.0.3
with
:
action
:
test
action
:
test
directory
:
output/full
directory
:
output/full
setup-options
:
-Ddocumentation=disabled -Dtest=true -Dsystemd=enabled -Dpcre=enabled
setup-options
:
-Ddocumentation=disabled -Dtest=true -Dsystemd=enabled -Dpcre=enabled
...
@@ -85,7 +94,7 @@ jobs:
...
@@ -85,7 +94,7 @@ jobs:
-
name
:
Mini Build
-
name
:
Mini Build
uses
:
BSFishy/meson-build@v1.0.3
uses
:
BSFishy/meson-build@v1.0.3
with
:
with
:
action
:
test
action
:
build
directory
:
output/mini
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
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
options
:
--verbose
options
:
--verbose
...
...
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