mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +00:00
Update .drone.yml
This commit is contained in:
parent
6f77fb20e5
commit
865ef47c2f
1 changed files with 23 additions and 11 deletions
34
.drone.yml
34
.drone.yml
|
@ -1,3 +1,26 @@
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
name: CentOS
|
||||||
|
steps:
|
||||||
|
- name: run unit tests
|
||||||
|
image: centos:latest
|
||||||
|
commands:
|
||||||
|
- mkdir /phyre-panel
|
||||||
|
- cp installers/centos-stream-9/install-partial/install_base.sh /phyre-panel/install_base.sh
|
||||||
|
- chmod +x /phyre-panel/install_base.sh
|
||||||
|
- /phyre-panel/install_base.sh
|
||||||
|
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
name: Debian 12
|
||||||
|
steps:
|
||||||
|
- name: run unit tests
|
||||||
|
image: debian:12
|
||||||
|
environment:
|
||||||
|
DEBIAN_FRONTEND: noninteractive
|
||||||
|
commands:
|
||||||
|
- apt-get update
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: Ubuntu 22.04
|
name: Ubuntu 22.04
|
||||||
|
@ -29,14 +52,3 @@ steps:
|
||||||
# settings:
|
# settings:
|
||||||
# token: ${CODECOV_TOKEN}
|
# token: ${CODECOV_TOKEN}
|
||||||
# files: /usr/local/phyre/web/clover.xml
|
# files: /usr/local/phyre/web/clover.xml
|
||||||
|
|
||||||
---
|
|
||||||
kind: pipeline
|
|
||||||
name: Debian 12
|
|
||||||
steps:
|
|
||||||
- name: run unit tests
|
|
||||||
image: debian:12
|
|
||||||
environment:
|
|
||||||
DEBIAN_FRONTEND: noninteractive
|
|
||||||
commands:
|
|
||||||
- apt-get update
|
|
||||||
|
|
Loading…
Reference in a new issue