This commit is contained in:
Dr Serge Victor 2024-01-08 11:17:04 +07:00
parent cb0c2b9a4a
commit c750716ed2
1 changed files with 14 additions and 4 deletions

18
.github/drone.yml vendored
View File

@ -12,9 +12,19 @@ workspace:
steps:
- name: Martin's builder
image: tldp/builder:latest
volumes:
- name: LDPPRs
path: /builder/PRs
commands:
- ldptool --dump-cfg
- mkdir -p /builder/LDP/BUILD
- mkdir -p /builder/LDP/MAIN
- ldptool --loglevel info --builddir /builder/LDP/BUILD --configfile .github/builder-pr.ldptool.cfg --pubdir /builder/LDP/MAIN --list
- ldptool --loglevel info --builddir /builder/LDP/BUILD --configfile .github/builder-pr.ldptool.cfg --pubdir /builder/LDP/MAIN --publish
- mkdir -p /builder/PRs/BUILD
- mkdir -p /builder/PRs/MAIN
- ldptool --loglevel info --builddir /builder/PRs/BUILD --configfile .github/builder-pr.ldptool.cfg --pubdir /builder/PRs/MAIN --list
- ldptool --loglevel info --builddir /builder/PRs/BUILD --configfile .github/builder-pr.ldptool.cfg --pubdir /builder/PRs/MAIN --publish
volumes:
- name: LDPPRs
host: /LDP/PRs
# the happy end.