Skip to content

Commit

Permalink
revert and format
Browse files Browse the repository at this point in the history
  • Loading branch information
Murmele committed Nov 1, 2023
1 parent 8e467ce commit 35680a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ jobs:
if: matrix.env.ninja_platform == 'win'
run: |
cd build/release
ninja check check_no_win32_offscreen
ninja check_no_win32_offscreen
publish:
# https://github.com/marvinpinto/actions/issues/177
Expand Down
5 changes: 2 additions & 3 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ macro(test)
"$<TARGET_FILE_DIR:Qt6::QOffscreenIntegrationPlugin>")

if(${ARG_NO_WIN32_OFFSCREEN})
set(PLATFORM "windows")
set(PLATFORM "windows")
else()
set(PLATFORM "offscreen")
set(PLATFORM "offscreen")
endif()

set_tests_properties(
Expand Down Expand Up @@ -66,7 +66,6 @@ add_custom_target(
COMMENT "Running tests..."
USES_TERMINAL)


enable_testing()

# Add test library.
Expand Down

0 comments on commit 35680a2

Please sign in to comment.