Skip to content
Snippets Groups Projects

Fix deprecations + updates

Merged Joscha Schmiedt requested to merge f-fix-deprecations into dev
2 files
+ 35
7
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 8
2
@@ -92,11 +92,17 @@ build_vcpkg:
@@ -92,11 +92,17 @@ build_vcpkg:
allow_failure: true
allow_failure: true
# unit tests with gtest
# unit tests with gtest
test:
test-debug:
tags: [ docker ]
tags: [ docker ]
stage: test
stage: test
script:
script:
- make test
- make test-debug
 
 
test-release:
 
tags: [ docker ]
 
stage: test
 
script:
 
- make test-release
trigger_prepare:
trigger_prepare:
# Calculate the branch name
# Calculate the branch name
Loading