Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cmake-library
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Show more breadcrumbs
cmake
cmake-library
Commits
3f2fc24f
Commit
3f2fc24f
authored
4 years ago
by
Max Lyon
Browse files
Options
Downloads
Patches
Plain Diff
fix cmake path on windows
parent
b4ede4c8
Branches
Branches containing commit
No related tags found
1 merge request
!5
fix cmake path on windows
Pipeline
#16885
passed with warnings
4 years ago
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci-vci.yml
+1
-3
1 addition, 3 deletions
.gitlab-ci-vci.yml
CI/windows.bat
+3
-0
3 additions, 0 deletions
CI/windows.bat
with
4 additions
and
3 deletions
.gitlab-ci-vci.yml
+
1
−
3
View file @
3f2fc24f
...
...
@@ -12,8 +12,6 @@ test-windows:
tags
:
-
VS2017
script
:
-
mkdir build
-
cd build
-
cmake ../CI
-
CI/windows.bat
allow_failure
:
true
This diff is collapsed.
Click to expand it.
CI/windows.bat
0 → 100644
+
3
−
0
View file @
3f2fc24f
mkdir
build
cd
build
"C:/Program Files/CMake/bin/cmake"
../CI
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