Ubuntu2004-Makefile.yml 697 B

123456789101112131415161718192021
  1. name: Ubuntu 20.04 Makefile
  2. on:
  3. push:
  4. branches: [ OpenMPT-1.30 ]
  5. pull_request:
  6. branches: [ OpenMPT-1.30 ]
  7. jobs:
  8. build:
  9. runs-on: ubuntu-20.04
  10. steps:
  11. - uses: actions/checkout@v2
  12. - name: install dependencies
  13. run: sudo apt-get update && sudo apt-get install -y subversion libxml-xpath-perl git mawk zip unzip p7zip xz-utils make binutils gcc g++ clang tcc pkg-config help2man doxygen autoconf autoconf-archive automake libtool ccache zlib1g-dev libmpg123-dev libogg-dev libvorbis-dev portaudio19-dev libpulse-dev libsdl2-dev libflac-dev libsndfile1-dev libltdl-dev
  14. - name: make
  15. run: make STRICT=1
  16. - name: make check
  17. run: make STRICT=1 check