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
581386df
Commit
581386df
authored
Jul 13, 2021
by
Leander Schulten
Browse files
test qtbase build
parent
8ae380fb
Pipeline
#510501
failed with stage
in 6 minutes and 2 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
581386df
...
...
@@ -25,18 +25,21 @@ build:
-
ln -s /usr/bin/ninja /usr/bin/ninja-build
-
ninja --version
-
cmake --version
-
apt-get install build-essential libgl1-mesa-dev -y
-
cmake -G Ninja .. -DVCPKG_TARGET_TRIPLET=x64-linux-windows-static
-
ninja
-
cd ..
cache
:
key
:
vcpkg_cache
when
:
'
always
'
when
:
always
paths
:
-
vcpkg_cache/
artifacts
:
when
:
always
paths
:
-
build/src/lichtsteuerung.exe
-
vcpkg/buildtrees/qtbase/x64-linux-windows-static-dbg
-
vcpkg/buildtrees/qtbase/src
-
vcpkg/buildtrees/*/*.log
-
vcpkg/buildtrees/*/*/*.log
-
vcpkg/buildtrees/*/*/*/*.log
...
...
vcpkg.json
View file @
581386df
...
...
@@ -2,23 +2,14 @@
"name"
:
"lichtsteuerung"
,
"version-string"
:
"2.0.0"
,
"dependencies"
:
[
"boost-coroutine"
,
"boost-coroutine2"
,
"boost-stacktrace"
,
"libbacktrace"
,
"span-lite"
,
"rtaudio"
,
"kubazip"
,
{
"name"
:
"aubio"
,
"default-features"
:
false
"name"
:
"qtbase"
,
"host"
:
true
,
"default-features"
:
false
,
"features"
:
[
"doubleconversion"
]
},
"qtquickcontrols2"
,
"qtmqtt"
,
"qtnetworkauth"
,
{
"name"
:
"qtbase"
,
"host"
:
true
,
"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