Skip to content
Snippets Groups Projects
Verified Commit e13d6011 authored by Silas Della Contrada's avatar Silas Della Contrada
Browse files

Merge branch 'main' into feature/migrate-frame-passing-to-libprocessinggraph

parents 060dfe75 2170cb45
No related branches found
No related tags found
1 merge request!17Draft: Resolve "Migrate frame passing to libProcessingGraph"
......@@ -10,12 +10,12 @@ build:
script:
- mkdir build
- cd build
- cmake -DCMAKE_BUILD_TYPE=Debug ..
- cmake -DCMAKE_BUILD_TYPE=Debug -DQT_VERSION=5 ..
- cmake --build . -j$(nproc)
- cd ..
- mkdir build-release
- cd build-release
- cmake -DCMAKE_BUILD_TYPE=Release ..
- cmake -DCMAKE_BUILD_TYPE=Release -DQT_VERSION=5 ..
- cmake --build . -j$(nproc)
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment