Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Dec 24, 2024
1 parent 919e791 commit 4e85ea9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/build-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ jobs:
os: ubuntu-24.04
extra_options: -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++

- name: Linux GCC
os: ubuntu-24.04
# - name: Linux GCC
# os: ubuntu-24.04

- name: macOS Intel
os: macos-13
# - name: macOS Intel
# os: macos-13

- name: macOS ARM
os: macos-14
# - name: macOS ARM
# os: macos-14

- name: MSVC 32-bit
os: windows-2022
extra_options: -A Win32
# - name: MSVC 32-bit
# os: windows-2022
# extra_options: -A Win32

- name: MSVC 64-bit
os: windows-2022
# - name: MSVC 64-bit
# os: windows-2022

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@ if(QUAKE_GENERATE_VERSION_HEADER)
OUTPUT_STRIP_TRAILING_WHITESPACE
OUTPUT_VARIABLE QUAKE_VERSION
)
message("Version is ${QUAKE_VERSION}")
file(WRITE ${VERSION_HEADER} "static const char* const expversion = \"${QUAKE_VERSION}\";\n")

set(COMMON_SOURCES ${COMMON_SOURCES} ${VERSION_HEADER})
Expand Down

0 comments on commit 4e85ea9

Please sign in to comment.