This commit is contained in:
parent
cb0db7fae1
commit
3104dea918
1 changed files with 21 additions and 21 deletions
42
ci/drone.yml
42
ci/drone.yml
|
@ -6,28 +6,28 @@ platform:
|
||||||
arch: amd64
|
arch: amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: submodules
|
- name: submodules
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
- name: Tests
|
- name: Tests
|
||||||
image: ad5001/ubuntu-pyside6-xvfb:noble-6.7.2
|
image: ad5001/ubuntu-pyside6-xvfb:noble-6.7.2-latex
|
||||||
commands:
|
commands:
|
||||||
- apt install -y texlive-base dvipng texlive-latex-extra # Install latex dependencies.
|
- ls -la
|
||||||
- bash scripts/run-tests.sh
|
- bash scripts/run-tests.sh
|
||||||
- xvfb-run python3 run.py --test-build --no-check-for-updates
|
- xvfb-run python3 run.py --test-build --no-check-for-updates
|
||||||
- xvfb-run python3 run.py --test-build --no-check-for-updates ./ci/test1.lpf
|
- xvfb-run python3 run.py --test-build --no-check-for-updates ./ci/test1.lpf
|
||||||
- xvfb-run python3 run.py --test-build --no-check-for-updates ./ci/test2.lpf
|
- xvfb-run python3 run.py --test-build --no-check-for-updates ./ci/test2.lpf
|
||||||
when:
|
when:
|
||||||
event: [ push, tag ]
|
event: [ push, tag ]
|
||||||
|
|
||||||
|
|
||||||
- name: Windows build
|
- name: Windows build
|
||||||
image: ad5001/ubuntu-pyside6-xvfb-wine:win10-6.7.2
|
image: ad5001/ubuntu-pyside6-xvfb-wine:win10-6.7.2
|
||||||
commands:
|
commands:
|
||||||
- bash scripts/build-wine.sh
|
- bash scripts/build-wine.sh
|
||||||
- bash scripts/package-wine.sh
|
- bash scripts/package-wine.sh
|
||||||
when:
|
when:
|
||||||
event: [ push, tag ]
|
event: [ push, tag ]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue