mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-17 06:03:20 +00:00
add ci pipeline
This commit is contained in:
parent
7c0f3f9aee
commit
cbb7741823
|
@ -3,6 +3,10 @@ type: exec
|
||||||
name: Continuous Integration
|
name: Continuous Integration
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Prepare
|
||||||
|
commands:
|
||||||
|
- ln -s /var/lib/drone-runner-exec/.local $HOME/.local
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
commands:
|
commands:
|
||||||
- ./ci.py --run-ci-build
|
- ./ci.py --run-ci-build
|
||||||
|
|
Loading…
Reference in a new issue