1
0

Update cmake.yml

This commit is contained in:
Saturneric 2021-06-20 15:46:46 +08:00
parent 770c2281a6
commit 5ef374f4cf
2 changed files with 5 additions and 5 deletions

View File

@ -44,7 +44,7 @@ jobs:
- name: Configure CMake - name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make. # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type # See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DEXECUTABLE_OUTPUT_PATH=${{env.EXECUTABLE_OUTPUT_PATH}}
- name: Build - name: Build
# Build your program with the given configuration # Build your program with the given configuration

View File

@ -18,15 +18,15 @@
#define PROJECT_NAME "GpgFrontend" #define PROJECT_NAME "GpgFrontend"
#define BUILD_VERSION "1.0.0_Windows-10.0.19042_AMD64_Release" #define BUILD_VERSION "1.0.0_Windows-10.0.19042_AMD64_Release"
#define GIT_VERSION "feature/ci_a2da66e1f95d06b9c97182f611f0019fae871c02" #define GIT_VERSION "main_898aca1f8f5511d15d5df1b923e2764f84f6482c"
#define VERSION_MAJOR 1 #define VERSION_MAJOR 1
#define VERSION_MINOR 0 #define VERSION_MINOR 0
#define VERSION_PATCH 0 #define VERSION_PATCH 0
#define BUILD_TIMESTAMP "2021-06-20 14:52:25" #define BUILD_TIMESTAMP "2021-06-20 15:40:33"
#define GIT_BRANCH_NAME "feature/ci" #define GIT_BRANCH_NAME "main"
#define GIT_COMMIT_HASH "a2da66e1f95d06b9c97182f611f0019fae871c02" #define GIT_COMMIT_HASH "898aca1f8f5511d15d5df1b923e2764f84f6482c"
#endif //GPGFRONTEND_H_IN #endif //GPGFRONTEND_H_IN