Skip to content

Commit 4b4c928

Browse files
committed
Add GitHub CI.
1 parent 532c5e6 commit 4b4c928

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/alire.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# SPDX-FileCopyrightText: 2025 Vadim Godunko <vgodunko@gmail.com>
2+
#
3+
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4+
5+
name: Build with Alire
6+
7+
on: [push, pull_request]
8+
9+
jobs:
10+
test:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v4
14+
- uses: alire-project/setup-alire@v3
15+
- name: Build project
16+
run: alr build

0 commit comments

Comments
 (0)