Merge branch '0.2.x'
Some checks failed
Build DATUM Gateway / build (ubuntu-latest) (push) Has been cancelled
Build DATUM Gateway / build (ubuntu-22.04) (push) Has been cancelled

This commit is contained in:
Luke Dashjr 2025-04-15 10:58:45 +00:00
commit 2d0899d8bc
No known key found for this signature in database
GPG Key ID: A291A2C45D0C504A

View File

@ -4,15 +4,16 @@ on:
schedule:
- cron: '0 0 1 * *'
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
os:
- ubuntu-latest
- ubuntu-22.04
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
@ -28,4 +29,4 @@ jobs:
run: |
cd build
cmake ..
make -j$(nproc)
make -j$(nproc)