Defect #44223 ยป 0001-Setup-Subversion-and-Mercurial-on-Github-Actions.patch
| .github/actions/setup-redmine/action.yml | ||
|---|---|---|
| 16 | 16 |
shell: bash |
| 17 | 17 |
run: | |
| 18 | 18 |
sudo apt-get update |
| 19 |
sudo apt-get install --yes --quiet ghostscript gsfonts locales bzr cvs imagemagick
|
|
| 19 |
sudo apt-get install --yes --quiet ghostscript gsfonts locales subversion bzr cvs mercurial imagemagick
|
|
| 20 | 20 |
sudo locale-gen en_US # for bazaar non ascii test |
| 21 | 21 | |
| 22 | 22 |
- name: Allow imagemagick to read PDF files |
| ... | ... | |
| 61 | 61 |
shell: bash |
| 62 | 62 |
env: |
| 63 | 63 |
RAILS_ENV: test |
| 64 |
SCMS: subversion,git,git_utf8,filesystem,bazaar,cvs |
|
| 64 |
SCMS: subversion,git,git_utf8,filesystem,bazaar,cvs,mercurial
|
|
| 65 | 65 |
run: | |
| 66 | 66 |
bundle exec rake ci:about |
| 67 | 67 |
bundle exec rake ci:setup |