Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sakia
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
clients
python
sakia
Commits
000af06f
Commit
000af06f
authored
9 years ago
by
inso
Browse files
Options
Downloads
Patches
Plain Diff
QtPrintSupport
parent
5fed714a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ci/travis/before_install.sh
+11
-0
11 additions, 0 deletions
ci/travis/before_install.sh
ci/travis/test.sh
+0
-9
0 additions, 9 deletions
ci/travis/test.sh
with
11 additions
and
9 deletions
ci/travis/before_install.sh
+
11
−
0
View file @
000af06f
#!/usr/bin/env bash
#!/usr/bin/env bash
if
[
$TRAVIS_OS_NAME
==
"linux"
]
then
export
XVFBARGS
=
"-screen 0 1280x1024x24"
export
DISPLAY
=
:99.0
sh
-e
/etc/init.d/xvfb start
sleep
3
fi
if
[
$TRAVIS_OS_NAME
==
"osx"
]
if
[
$TRAVIS_OS_NAME
==
"osx"
]
then
then
brew tap homebrew/versions
brew tap homebrew/versions
...
@@ -69,6 +78,7 @@ then
...
@@ -69,6 +78,7 @@ then
--enable
QtWebKit
\
--enable
QtWebKit
\
--enable
QtWebKitWidgets
\
--enable
QtWebKitWidgets
\
--enable
QtNetwork
\
--enable
QtNetwork
\
--enable
QtPrintSupport
\
--enable
QtTest
--enable
QtTest
elif
[
$TRAVIS_OS_NAME
==
"linux"
]
elif
[
$TRAVIS_OS_NAME
==
"linux"
]
then
then
...
@@ -80,6 +90,7 @@ then
...
@@ -80,6 +90,7 @@ then
--enable
QtWebKit
\
--enable
QtWebKit
\
--enable
QtWebKitWidgets
\
--enable
QtWebKitWidgets
\
--enable
QtNetwork
\
--enable
QtNetwork
\
--enable
QtPrintSupport
\
--enable
QtTest
--enable
QtTest
fi
fi
...
...
This diff is collapsed.
Click to expand it.
ci/travis/test.sh
+
0
−
9
View file @
000af06f
...
@@ -5,14 +5,5 @@ eval "$(pyenv virtualenv-init -)"
...
@@ -5,14 +5,5 @@ eval "$(pyenv virtualenv-init -)"
cd
$HOME
/build/ucoin-io/sakia
cd
$HOME
/build/ucoin-io/sakia
pyenv activate sakia-env
pyenv activate sakia-env
if
[
$TRAVIS_OS_NAME
==
"linux"
]
then
export
XVFBARGS
=
"-screen 0 1280x1024x24"
export
DISPLAY
=
:99.0
sh
-e
/etc/init.d/xvfb start
sleep
3
fi
coverage run
--source
=
sakia.core,sakia.gui,sakia.models setup.py
test
coverage run
--source
=
sakia.core,sakia.gui,sakia.models setup.py
test
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
register
or
sign in
to comment