Skip to content

Bump 4.2.3

Bump 4.2.3 #1355

Workflow file for this run

name: linux
on: push
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
PING_HOST: github.com
jobs:
build:
# The CMake configure and build commands are platform agnostic and should work equally
# well on Windows or Mac. You can convert this to a matrix build if you need
# cross-platform coverage.
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Build
# Execute the build. You can specify a specific target with "--target <NAME>"
shell: pwsh
run: |
./tools/ci.ps1 -p linux