Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
VkCV Framework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vulkan2021
VkCV Framework
Merge requests
!64
Resolve "CI - Pipeline: Windows Builds crashen inkonsistent"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "CI - Pipeline: Windows Builds crashen inkonsistent"
78-ci-pipeline-windows-builds-crashen-inkonsistent
into
develop
Overview
1
Commits
12
Pipelines
24
Changes
1
Merged
Josch Morgenstern
requested to merge
78-ci-pipeline-windows-builds-crashen-inkonsistent
into
develop
3 years ago
Overview
1
Commits
12
Pipelines
24
Changes
1
Expand
Closes
#78 (closed)
Edited
3 years ago
by
Josch Morgenstern
0
0
Merge request reports
Compare
develop
version 7
c6c77446
3 years ago
version 6
e8d56321
3 years ago
version 5
f59969b5
3 years ago
version 4
97505890
3 years ago
version 3
1b74e69c
3 years ago
version 2
d927b471
3 years ago
version 1
3843b54b
3 years ago
develop (base)
and
latest version
latest version
164472b1
12 commits,
3 years ago
version 7
c6c77446
12 commits,
3 years ago
version 6
e8d56321
10 commits,
3 years ago
version 5
f59969b5
9 commits,
3 years ago
version 4
97505890
6 commits,
3 years ago
version 3
1b74e69c
5 commits,
3 years ago
version 2
d927b471
3 commits,
3 years ago
version 1
3843b54b
2 commits,
3 years ago
1 file
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
3
−
3
Options
@@ -14,7 +14,7 @@ build_ubuntu_gcc:
-
$RUN =~ /\bubuntu.*/i || $RUN =~ /\ball.*/i
stage
:
build
tags
:
-
ubuntu-gcc
-
ubuntu-gcc
-cached
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
timeout
:
10m
@@ -37,11 +37,11 @@ build_win10_msvc:
-
$RUN =~ /\bwin.*/i || $RUN =~ /\ball.*/i
stage
:
build
tags
:
-
win10-msvc
-
win10-msvc
-cached
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
timeout
:
10m
retry
:
1
retry
:
0
script
:
-
cd 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\'
-
.\Launch-VsDevShell.ps1
Loading