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
195d8ad6
Verified
Commit
195d8ad6
authored
2 years ago
by
Tobias Frisch
Browse files
Options
Downloads
Patches
Plain Diff
Update workflows to release profile
Signed-off-by:
Tobias Frisch
<
tfrisch@uni-koblenz.de
>
parent
b74b0ed6
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.github/workflows/linux.yml
+2
-4
2 additions, 4 deletions
.github/workflows/linux.yml
.github/workflows/windows.yml
+3
-4
3 additions, 4 deletions
.github/workflows/windows.yml
README.md
+3
-0
3 additions, 0 deletions
README.md
with
8 additions
and
8 deletions
.github/workflows/linux.yml
+
2
−
4
View file @
195d8ad6
...
@@ -29,7 +29,5 @@ jobs:
...
@@ -29,7 +29,5 @@ jobs:
-
name
:
Build framework
-
name
:
Build framework
run
:
|
run
:
|
mkdir build
cmake -DCMAKE_BUILD_TYPE=Release -S . -B build
cd build
cmake --build build
cmake ..
make -j $(nproc)
This diff is collapsed.
Click to expand it.
.github/workflows/windows.yml
+
3
−
4
View file @
195d8ad6
...
@@ -21,7 +21,6 @@ jobs:
...
@@ -21,7 +21,6 @@ jobs:
vulkan-use-cache
:
true
vulkan-use-cache
:
true
-
name
:
Build framework
-
name
:
Build framework
uses
:
ashutoshvarma/action-cmake-build@v1
run
:
|
with
:
cmake -S . -B build
build-dir
:
${{ runner.workspace }}/build
cmake --build build --config Release
run-test
:
false
This diff is collapsed.
Click to expand it.
README.md
+
3
−
0
View file @
195d8ad6
# VkCV Framework
# VkCV Framework
A Vulkan framework for computer visualistics simplifying building applications
A Vulkan framework for computer visualistics simplifying building applications
[

](https://github.com/TheJackiMonster/vkcv-framework/actions/workflows/linux.yml)
[

](https://github.com/TheJackiMonster/vkcv-framework/actions/workflows/windows.yml)


## Repository
## Repository
...
...
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