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