Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nheko
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nheko Reborn
nheko
Commits
10e15c0f
Verified
Commit
10e15c0f
authored
Jun 2, 2023
by
Nicolas Werner
Browse files
Options
Downloads
Patches
Plain Diff
Disable ubuntu builds until a recent enough Qt version is available
parent
5fed4d21
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.ci/macos/Brewfile
+1
-1
1 addition, 1 deletion
.ci/macos/Brewfile
.gitlab-ci.yml
+5
-3
5 additions, 3 deletions
.gitlab-ci.yml
with
6 additions
and
4 deletions
.ci/macos/Brewfile
+
1
−
1
View file @
10e15c0f
...
@@ -6,7 +6,7 @@ brew "clang-format"
...
@@ -6,7 +6,7 @@ brew "clang-format"
brew "cmake"
brew "cmake"
brew "ninja"
brew "ninja"
brew "openssl"
brew "openssl"
brew "qt
5
"
brew "qt
6
"
brew "nlohmann_json"
brew "nlohmann_json"
brew "gstreamer"
brew "gstreamer"
brew "qtkeychain"
brew "qtkeychain"
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
5
−
3
View file @
10e15c0f
...
@@ -37,7 +37,8 @@ build-clazy:
...
@@ -37,7 +37,8 @@ build-clazy:
paths
:
paths
:
-
.ccache
-
.ccache
build-gcc11
:
# disabled until I find a qt6.5 ppa
.build-gcc11
:
stage
:
build
stage
:
build
image
:
${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/ubuntu:22.04
image
:
${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/ubuntu:22.04
tags
:
[
docker
]
tags
:
[
docker
]
...
@@ -232,7 +233,8 @@ build-flatpak:
...
@@ -232,7 +233,8 @@ build-flatpak:
paths
:
[
'
build-flatpak/nheko-${ARCH}.flatpak'
]
paths
:
[
'
build-flatpak/nheko-${ARCH}.flatpak'
]
name
:
flatpak-${CI_COMMIT_REF_NAME}-${VERSION}-${ARCH}
name
:
flatpak-${CI_COMMIT_REF_NAME}-${VERSION}-${ARCH}
appimage-amd64
:
# disabled until I find a qt6.5 ppa for Ubuntu
.appimage-amd64
:
stage
:
build
stage
:
build
image
:
${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/ubuntu:22.04
image
:
${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/ubuntu:22.04
tags
:
[
docker
]
tags
:
[
docker
]
...
@@ -324,7 +326,7 @@ github-release:
...
@@ -324,7 +326,7 @@ github-release:
rules
:
rules
:
-
if
:
'
$CI_COMMIT_TAG
=~
/^v\d+\.\d+\.\d+$/'
-
if
:
'
$CI_COMMIT_TAG
=~
/^v\d+\.\d+\.\d+$/'
dependencies
:
dependencies
:
-
appimage-amd64
#
- appimage-amd64
<- disabled because of missing packages
-
build-flatpak
-
build-flatpak
-
codesign-macos
-
codesign-macos
before_script
:
before_script
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment