mirror of
https://github.com/ashaduri/gsmartcontrol.git
synced 2026-09-25 05:15:33 +00:00
Link Win32 manifest into the gsmartcontrol binary.
This commit is contained in:
@@ -20,7 +20,12 @@ jobs:
|
||||
run: sudo apt-get install libpcre3-dev libgtkmm-3.0-dev gettext
|
||||
|
||||
- name: Create Build Environment
|
||||
run: cmake -E make_directory ${{runner.workspace}}/build
|
||||
run: >-
|
||||
cmake -E make_directory
|
||||
-DAPP_BUILD_EXAMPLES=ON
|
||||
-DAPP_BUILD_TESTS=ON
|
||||
-DAPP_COMPILER_ENABLE_WARNINGS=ON
|
||||
${{runner.workspace}}/build
|
||||
|
||||
- name: Configure CMake
|
||||
# Use a bash shell so we can use the same syntax for environment variable
|
||||
|
||||
Reference in New Issue
Block a user