Fix tidyall tests. #774
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file is GENERATED BY | |
# fc-solve/CI-testing/translate-travis.yml-to-github-actions.py | |
jobs: | |
test-fc-solve: | |
env: | |
WHAT: ${{ matrix.env.WHAT }} | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
with: | |
submodules: 'true' | |
- run: sudo apt-get update -qq | |
- run: sudo apt-get -y remove libgd3 libunwind-14 libunwind-dev nginx | |
- run: sudo apt-get --no-install-recommends install -y eatmydata | |
- run: sudo eatmydata apt-get --no-install-recommends install -y asciidoc | |
bison cmake cmake-data cpanminus dbtoepub docbook-xsl docbook-xsl-ns | |
docbook5-xml golang-go gperf graphicsmagick libapr1-dev libc6-dbg | |
libcmocka-dev libdb5.3-dev libgd-dev libgmp-dev libgoogle-perftools-dev | |
libhunspell-dev libperl-dev libpocl-dev libxml-libxslt-perl libxml2-dev | |
libxslt1-dev lynx mercurial ninja-build ocl-icd-opencl-dev opencl-headers | |
optipng perl pysassc python3 python3-pip python3-setuptools rsync | |
silversearcher-ag strip-nondeterminism valgrind vim xsltproc | |
- run: local_lib_shim() { eval "$(perl -Mlocal::lib=$HOME/perl_modules)"; | |
} ; local_lib_shim ; if test "$WHAT" = "normal" ; then sudo rm -fr | |
~/gopath ; . fc-solve/scripts/ci-before-install.bash ; fi | |
- run: local_lib_shim() { eval "$(perl -Mlocal::lib=$HOME/perl_modules)"; | |
} ; local_lib_shim ; if test "$WHAT" = "normal" ; then sudo rm -fr | |
~/gopath ; . fc-solve/scripts/ci-before-install.bash ; fi | |
- run: local_lib_shim() { eval "$(perl -Mlocal::lib=$HOME/perl_modules)"; | |
} ; local_lib_shim ; if test "$WHAT" = "normal" ; then . fc-solve/scripts/ci-install-stage.bash | |
; elif test "$WHAT" = "buildproc" ; then . fc-solve/scripts/ci-docker-test--install.bash | |
; fi | |
- run: local_lib_shim() { eval "$(perl -Mlocal::lib=$HOME/perl_modules)"; | |
} ; local_lib_shim ; if test "$WHAT" = "normal" ; then export XML_CATALOG_FILES="/etc/xml/catalog | |
$HOME/markup-validator/htdocs/sgml-lib/catalog.xml" ; bash fc-solve/scripts/run-ci-tests.bash | |
; elif test "$WHAT" = "buildproc" ; then cd fc-solve/source/ && perl | |
../scripts/docker-test.pl ; fi | |
strategy: | |
matrix: | |
include: | |
- env: | |
WHAT: normal | |
- env: | |
WHAT: buildproc | |
name: use-github-actions | |
'on': | |
- push |