Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Andy Nichols
qtquick3d
Commits
6adf045f
Commit
6adf045f
authored
Aug 12, 2019
by
Andy Nichols
Browse files
Update .gitlab-ci.yml
parent
e7757633
Pipeline
#4559
passed with stage
in 4 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6adf045f
...
...
@@ -17,7 +17,7 @@ build_with_linux:
script
:
-
echo "Starting Build"
-
mkdir build && cd build
-
~/Qt/5.12.3/gcc_64/bin/qmake ../qt
demonrender
.pro
-
~/Qt/5.12.3/gcc_64/bin/qmake ../qt
quick3d
.pro
-
make
-
make sub-tests
-
cd tests && make check
...
...
@@ -46,7 +46,7 @@ build_with_windows:
-
"
call
\"
C:
\\
Program
Files
(x86)
\\
Microsoft
Visual
Studio
\\
2017
\\
BuildTools
\\
VC
\\
Auxiliary
\\
Build
\\
vcvars64.bat
\"
"
-
mkdir build
-
cd build
-
"
\"
C:
\\
Qt
\\
5.12.3
\\
msvc2017_64
\\
bin
\\
qmake.exe
\"
..
\\
qt
demonrender
.pro"
-
"
\"
C:
\\
Qt
\\
5.12.3
\\
msvc2017_64
\\
bin
\\
qmake.exe
\"
..
\\
qt
quick3d
.pro"
-
"
\"
C:
\\
JOM
\\
JOM.exe
\"
/J
9"
-
"
\"
C:
\\
JOM
\\
JOM.exe
\"
sub-tests
/J
9"
-
cd tests
...
...
Write
Preview
Supports
Markdown
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