Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tg-samples
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
Philip Trettner
tg-samples
Commits
324adaf8
Commit
324adaf8
authored
6 years ago
by
Kersten Schuster
Browse files
Options
Downloads
Patches
Plain Diff
CI: only build geometry stuff; Updated typed geo.
parent
2fee8f9a
No related branches found
No related tags found
1 merge request
!3
Doctest fix
Pipeline
#9388
failed
6 years ago
Stage: Build
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CI/ci-windows-build.bat
+1
-1
1 addition, 1 deletion
CI/ci-windows-build.bat
extern/typed-geometry
+1
-1
1 addition, 1 deletion
extern/typed-geometry
with
2 additions
and
2 deletions
CI/ci-windows-build.bat
+
1
−
1
View file @
324adaf8
...
...
@@ -58,7 +58,7 @@ mkdir "build"
cd
"build"
del
*
.exe
IF
%errorlevel%
NEQ
0
exit
/b
%errorlevel%
"C:\Program Files\CMake\bin\cmake.exe"
-G
"
%GENERATOR%
"
-DCMAKE
_BUILD_TYPE
=
Release
-DTG
_BUILD_TESTS
=
ON
..
"C:\Program Files\CMake\bin\cmake.exe"
-G
"
%GENERATOR%
"
-DCMAKE
_BUILD_TYPE
=
Release
-DTG
_TESTS_GEOMETRY
=
ON
-DTG
_SAMPLES_GRAPHICS
=
OFF
-DTG
_BUILD_TESTS
=
ON
..
IF
%errorlevel%
NEQ
0
exit
/b
%errorlevel%
%VS_PATH%
/Build
"Release"
TypedGraphicsSamples
.sln
/Project
"ALL_BUILD"
echo
"Would run tests now :D"
...
...
This diff is collapsed.
Click to expand it.
typed-geometry
@
db34f8e9
Subproject commit
48a649f6aeda554d1237080b508149b9a1ac5555
Subproject commit
db34f8e9336259f777ff16ee135cc58d9d7a167d
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