Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
docker-qt-tests
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qtwaylandtests
docker-qt-tests
Commits
ab172162
Commit
ab172162
authored
Oct 31, 2019
by
Johan Helsing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rerun build with -j1 if it fails
parent
6f38e710
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
scripts/build-qt.sh
scripts/build-qt.sh
+1
-1
scripts/build-qtbase-tests.sh
scripts/build-qtbase-tests.sh
+1
-1
scripts/build-qtwayland-examples.sh
scripts/build-qtwayland-examples.sh
+1
-1
scripts/build-qtwayland-tests.sh
scripts/build-qtwayland-tests.sh
+1
-1
No files found.
scripts/build-qt.sh
View file @
ab172162
...
...
@@ -4,4 +4,4 @@ mkdir -p build-qt
cd
build-qt
cp
/etc/qt/config.opt
.
../qt5/configure
-redo
make module-qtwayland
make module-qtwayland
||
make module-qtwayland
-j1
scripts/build-qtbase-tests.sh
View file @
ab172162
#!/bin/bash
set
-ex
cd
~/build-qt/qtbase
make sub-tests
make sub-tests
||
make sub-tests
-j1
scripts/build-qtwayland-examples.sh
View file @
ab172162
#!/bin/bash
set
-ex
cd
~/build-qt/qtwayland
make sub-examples
make sub-examples
||
make sub-examples
-j1
scripts/build-qtwayland-tests.sh
View file @
ab172162
#!/bin/bash
set
-ex
cd
~/build-qt/qtwayland
make sub-tests
make sub-tests
||
make sub-tests
-j1
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