Skip to content

Merge branch 'fri-1.15' into fri-1.16 #161

Merge branch 'fri-1.15' into fri-1.16

Merge branch 'fri-1.15' into fri-1.16 #161

Workflow file for this run

name: Build
on:
workflow_dispatch:
push:
pull_request:
branches:
- fri-1.16
schedule:
- cron: "0 0 1 * *" # monthly
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=Release
- name: Build
run: cmake --build ${{github.workspace}}/build
- name: Find FRI version header
uses: andstor/file-existence-action@v3
with:
files: ${{github.workspace}}/build/FRI-Client-SDK_Cpp/include/friVersion.h