Switch to Gitea pipeline

This commit is contained in:
2025-08-28 14:22:38 +02:00
parent 5e6ed0f668
commit 145a18aa7e
2 changed files with 20 additions and 14 deletions

View File

@@ -1,14 +0,0 @@
kind: pipeline
type: exec
name: AerScript Build
steps:
- name: compile
commands:
- make release
- name: install
commands:
- make install
- name: test
commands:
- make tests