Skip to content
Snippets Groups Projects
Verified Commit 195d8ad6 authored by Tobias Frisch's avatar Tobias Frisch
Browse files

Update workflows to release profile

parent b74b0ed6
No related branches found
No related tags found
No related merge requests found
...@@ -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)
...@@ -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
# VkCV Framework # VkCV Framework
A Vulkan framework for computer visualistics simplifying building applications A Vulkan framework for computer visualistics simplifying building applications
[![linux-build-on-github](https://github.com/thejackimonster/vkcv-framework/workflows/Linux%20Build/badge.svg)](https://github.com/TheJackiMonster/vkcv-framework/actions/workflows/linux.yml)
[![linux-build-on-github](https://github.com/thejackimonster/vkcv-framework/workflows/Windows%20Build/badge.svg)](https://github.com/TheJackiMonster/vkcv-framework/actions/workflows/windows.yml)
![Vulkan-Chan](https://gitlab.uni-koblenz.de/uploads/-/system/project/avatar/3712/VulkanChan.jpg) ![Vulkan-Chan](https://gitlab.uni-koblenz.de/uploads/-/system/project/avatar/3712/VulkanChan.jpg)
## Repository ## Repository
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment