Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Merge requests
!68608
testing/gotify-cli: upgrade to 2.2.4
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
testing/gotify-cli: upgrade to 2.2.4
raspbeguy/aports:gotify-cli-2.2.4
into
master
Overview
0
Commits
1
Pipelines
3
Changes
1
Merged
raspbeguy
requested to merge
raspbeguy/aports:gotify-cli-2.2.4
into
master
8 months ago
Overview
0
Commits
1
Pipelines
3
Changes
7
Expand
0
0
Merge request reports
Compare
version 1
version 1
ff31f7ec
8 months ago
master (base)
and
latest version
latest version
14929696
1 commit,
8 months ago
version 1
ff31f7ec
1 commit,
8 months ago
Show latest version
7 files
+
78
−
14
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
community/kicad/APKBUILD
+
4
−
0
Options
@@ -80,6 +80,10 @@ check() {
# qa_pcbnew on x86_64: SIGTRAP***Exception/"Assert failure"
ctest
--test-dir
build
--output-on-failure
-E
"qa_pcbnew"
;;
loongarch64
)
# qa_pcbnew on loongarch64: SIGTRAP***Exception/"Assert failure"
ctest
--test-dir
build
--output-on-failure
-E
"qa_pcbnew"
;;
*
)
ctest
--test-dir
build
--output-on-failure
esac
Loading