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
Commits
0fdd723f
Verified
Commit
0fdd723f
authored
3 years ago
by
Josch Morgenstern
Browse files
Options
Downloads
Patches
Plain Diff
debug webserver runner
parent
5d395ec9
No related branches found
No related tags found
1 merge request
!16
Resolve "CI Tool: Build Doxygen documentation and upload"
Pipeline
#24826
failed
3 years ago
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+19
-5
19 additions, 5 deletions
.gitlab-ci.yml
with
19 additions
and
5 deletions
.gitlab-ci.yml
+
19
−
5
View file @
0fdd723f
...
@@ -3,11 +3,11 @@ stages:
...
@@ -3,11 +3,11 @@ stages:
-
deploy
-
deploy
build_ubuntu_gcc
:
build_ubuntu_gcc
:
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
stage
:
build
stage
:
build
tags
:
tags
:
-
ubuntu-gcc
-
ubuntu-gcc
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
script
:
script
:
-
mkdir debug
-
mkdir debug
-
cd debug
-
cd debug
...
@@ -21,11 +21,11 @@ build_ubuntu_gcc:
...
@@ -21,11 +21,11 @@ build_ubuntu_gcc:
expire_in
:
never
expire_in
:
never
build_win10_msvc
:
build_win10_msvc
:
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
stage
:
build
stage
:
build
tags
:
tags
:
-
win10-msvc
-
win10-msvc
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
script
:
script
:
-
cd 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\'
-
cd 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\'
-
.\Launch-VsDevShell.ps1
-
.\Launch-VsDevShell.ps1
...
@@ -34,4 +34,18 @@ build_win10_msvc:
...
@@ -34,4 +34,18 @@ build_win10_msvc:
-
cd debug
-
cd debug
-
cmake -DCMAKE_BUILD_TYPE=Debug ..
-
cmake -DCMAKE_BUILD_TYPE=Debug ..
-
cmake --build .
-
cmake --build .
\ No newline at end of file
deploy_doc_web
:
stage
:
deploy
needs
:
[
"
build_ubuntu_gcc"
]
dependencies
:
-
build_ubuntu_gcc
tags
:
-
webserver
variables
:
GIT_STRATEGY
:
none
script
:
-
echo $CI_COMMIT_BRANCH
-
pwd
-
cd /html
-
ls
\ No newline at end of file
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