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:
- name: Build framework
run: |
mkdir build
cd build
cmake ..
make -j $(nproc)
cmake -DCMAKE_BUILD_TYPE=Release -S . -B build
cmake --build build
......@@ -21,7 +21,6 @@ jobs:
vulkan-use-cache: true
- name: Build framework
uses: ashutoshvarma/action-cmake-build@v1
with:
build-dir: ${{ runner.workspace }}/build
run-test: false
run: |
cmake -S . -B build
cmake --build build --config Release
# VkCV Framework
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)
## Repository
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment