mirror of
https://github.com/OpenCoin/oc-mint-cpp.git
synced 2025-07-02 21:29:41 +02:00
updated github actions to cross-platform build and added action for github pages
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user