Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenFlipper-Free
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
23
Issues
23
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
d9d71ee4
Commit
d9d71ee4
authored
Mar 08, 2019
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Run one job with disabled python system
parent
80547b28
Pipeline
#9065
failed with stages
in 17 minutes and 32 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
0 deletions
+23
-0
.gitlab-ci.yml
.gitlab-ci.yml
+19
-0
CI/ci-linux-config.sh
CI/ci-linux-config.sh
+4
-0
No files found.
.gitlab-ci.yml
View file @
d9d71ee4
...
...
@@ -22,6 +22,25 @@ gcc-c++11-Qt5.11.2:
paths
:
-
artifacts
gcc-c++11-Qt5.11.2-nopython
:
stage
:
Build
variables
:
COMPILER
:
"
gcc"
LANGUAGE
:
"
C++11"
QTVERSION
:
"
QT5.11.2"
PYTHON
:
"
no"
GIT_SUBMODULE_STRATEGY
:
recursive
script
:
"
CI/ci-linux-build.sh"
tags
:
-
Linux
-
stretch
artifacts
:
expire_in
:
1 week
paths
:
-
artifacts
test-gcc-c++11-Qt5.11.2
:
stage
:
Test
variables
:
...
...
CI/ci-linux-config.sh
View file @
d9d71ee4
...
...
@@ -56,3 +56,7 @@ elif [ "$QTVERSION" == "QT5.9.0" ]; then
BUILDPATH
=
"
$BUILDPATH
-qt5.9.0"
OPTIONS
=
"
$OPTIONS
-DFORCE_QT4=FALSE -DQWT6_INCLUDE_DIR=~/sw/qwt-6.1.3-qt5.9.0/include -DQWT6_LIBRARY_DIR=~/sw/qwt-6.1.3-qt5.9.0/lib -DQWT6_LIBRARY=~/sw/qwt-6.1.3-qt5.9.0/lib/libqwt.so -DQT5_INSTALL_PATH=~/sw/Qt/5.9/gcc_64"
fi
if
[
"
$PYTHON
"
==
"no"
]
;
then
OPTIONS
=
"
$OPTIONS
-DDISABLE_OPENFLIPPER_PYTHON_SYSTEM=TRUE"
fi
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