updated github actions to cross-platform build and added action for github pages

This commit is contained in:
Gulliver
2022-12-18 23:56:55 +01:00
parent 115dfbc8f5
commit 24adaebd07
3 changed files with 57 additions and 10 deletions

View File

@ -9,7 +9,7 @@ if(POLICY CMP0077)
endif()
if (MSVC)
add_compile_options(/W4 /WX)
add_compile_options(/W4)
else()
add_compile_options(-Wall -Wextra -pedantic)
endif()