Skip to content

constexpr no inline and gcc-14 on ubuntu #143

constexpr no inline and gcc-14 on ubuntu

constexpr no inline and gcc-14 on ubuntu #143

Workflow file for this run

name: Build Windows
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Cache vcpkg
id: cache-vcpkg
uses: actions/cache@v4
with:
path: C:/vcpkg
key: ${{ runner.os }}-vcpkg
- name: Install wxWidgets
if: steps.cache-vcpkg.outputs.cache-hit != 'true'
run: vcpkg install wxwidgets:x64-windows-static
- name: Configure
run: cmake -B build -S . -DCMAKE_BUILD_TYPE=Release -DCMAKE_CONFIGURATION_TYPES=Release -DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded -DVCPKG_TARGET_TRIPLET=x64-windows-static -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake
- name: Build
run: cmake --build build --config Release
- name: Upload build
uses: actions/upload-artifact@v4
with:
name: CeDImu-windows-x86_64
path: ./build/Release/CeDImu.exe
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy