Skip to content

Allow build with cmake 4.0.0 #28

Allow build with cmake 4.0.0

Allow build with cmake 4.0.0 #28

Workflow file for this run

name: Ubuntu-amd64
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: cmake build
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
- name: cmake make
run: cmake --build build --parallel 3
- name: test
run: ./build/aixlog_example