Rodrigo Arias Mallo
ebde95c29f
Some checks failed
CI / build:lagarto-ox-tarball (push) Failing after 5s
Allows the same script to be executed by GitLab and Gitea runners.
10 lines
168 B
YAML
10 lines
168 B
YAML
name: CI
|
|
on: push
|
|
|
|
jobs:
|
|
build:lagarto-ox-tarball:
|
|
runs-on: native
|
|
steps:
|
|
- uses: https://gitea.com/ScMi1/checkout@v1.4
|
|
- run: ci/make-tarball.sh
|