Add build ci #4

Open
dgarcia wants to merge 3 commits from test-ci into factory
2 changed files with 14 additions and 0 deletions

13
.gitea/workflows/ci.yaml Normal file
View File

@ -0,0 +1,13 @@
name: OBS build
run-name: build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}

View File

@ -62,6 +62,7 @@ rm pytest.ini
%endif
%check
exit 1
export LANG=en_US.UTF-8
# Tests that requires network
donttest="webtest or url_https.spec"