Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Leander Schulten
Lichtsteuerung
Commits
10d7ee5c
Commit
10d7ee5c
authored
Jul 12, 2021
by
Leander Schulten
Browse files
fix qtbase build
parent
ec72c920
Pipeline
#509399
failed with stage
in 91 minutes and 20 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
10d7ee5c
...
@@ -7,6 +7,7 @@ stages:
...
@@ -7,6 +7,7 @@ stages:
build
:
build
:
stage
:
build
stage
:
build
timeout
:
3h
script
:
script
:
-
git submodule update --init --recursive
-
git submodule update --init --recursive
-
rm -rf vcpkg/packages vcpkg/buildtrees
-
rm -rf vcpkg/packages vcpkg/buildtrees
...
@@ -40,6 +41,12 @@ build:
...
@@ -40,6 +41,12 @@ build:
-
vcpkg/buildtrees/*/*/*.log
-
vcpkg/buildtrees/*/*/*.log
-
vcpkg/buildtrees/*/*/*/*.log
-
vcpkg/buildtrees/*/*/*/*.log
-
vcpkg/buildtrees/*/*/*/*/*.log
-
vcpkg/buildtrees/*/*/*/*/*.log
-
vcpkg/buildtrees/*/*/*/*/*/*.log
-
vcpkg/buildtrees/*/*/*/*/*/*/*.log
-
vcpkg/buildtrees/*/*/*/*/*/*/*/*.log
-
vcpkg/buildtrees/*/*/*/*/*/*/*/*/*.log
-
vcpkg/buildtrees/*/*/*/*/*/*/*/*/*/*.log
-
vcpkg/buildtrees/*/*/*/*/*/*/*/*/*/*/*.log
# - build/vcpkg_installed/
# - build/vcpkg_installed/
# we use this version file to check if a new version exists
# we use this version file to check if a new version exists
...
...
vcpkg
@
2ec51da0
Compare
efd645e8
...
2ec51da0
Subproject commit
efd645e8ab6ed5cbe91b4692781f466ae91cd999
Subproject commit
2ec51da0c9978792a517a637393716f0b07e3675
vcpkg.json
View file @
10d7ee5c
...
@@ -19,7 +19,8 @@
...
@@ -19,7 +19,8 @@
{
{
"name"
:
"qtbase"
,
"name"
:
"qtbase"
,
"host"
:
true
,
"host"
:
true
,
"default-features"
:
false
"default-features"
:
false
,
"features"
:
[
"doubleconversion"
]
}
}
]
]
}
}
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