Skip to content
Snippets Groups Projects
Commit fd4809bf authored by Johan Helsing's avatar Johan Helsing
Browse files

Build qtwayland examples

parent 85de7717
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
set -ex
cd ~/build-qt/qtwayland
make sub-examples
#!/bin/bash #!/bin/bash
set -ex set -ex
#time scripts/clone-qt.sh #time scripts/clone-qt.sh
#echo Finished cloning #echo Finished cloning
time scripts/checkout-qt.sh time scripts/checkout-qt.sh
echo Finished preparing sources echo Finished preparing sources
time scripts/build-qt.sh time scripts/build-qt.sh
echo Finished building echo Finished building
time scripts/build-qtbase-tests.sh time scripts/build-qtbase-tests.sh
echo Finished building qtbase tests echo Finished building qtbase tests
time scripts/build-qtwayland-tests.sh time scripts/build-qtwayland-tests.sh
echo Finished building qtwayland tests echo Finished building qtwayland tests
time scripts/build-qtwayland-examples.sh
echo Finished building qtwayland examples
time scripts/test-qt.sh time scripts/test-qt.sh
echo Finished testing echo Finished testing
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment