Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add workflow docker #185

Draft
wants to merge 27 commits into
base: master
Choose a base branch
from
Draft

Commits on Aug 10, 2023

  1. ci: Create makefile.yml

    guyou committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    c55efcf View commit details
    Browse the repository at this point in the history
  2. ci: force on all push

    guyou committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    d9ead67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea719ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c26b30 View commit details
    Browse the repository at this point in the history
  5. build: autopoint is required

    guyou committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    c6915de View commit details
    Browse the repository at this point in the history
  6. ci: add other dependencies

    guyou committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    fdadecc View commit details
    Browse the repository at this point in the history
  7. ci: extensions dependencies

    guyou committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    59977c8 View commit details
    Browse the repository at this point in the history
  8. doc: remove ref to Travis CI

    guyou committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    cfee5e1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e349a70 View commit details
    Browse the repository at this point in the history
  10. ci: build on multiple versions

    guyou committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    b599e0f View commit details
    Browse the repository at this point in the history
  11. ci: force install script of deps

    mapnik.h is not found when running from cache.
    guyou committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    ffd0637 View commit details
    Browse the repository at this point in the history
  12. ci: fix missed cache

    guyou committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    62ea0eb View commit details
    Browse the repository at this point in the history
  13. ci: fail fast

    In order to have feedback on various platforms.
    guyou committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    2ef0bec View commit details
    Browse the repository at this point in the history
  14. ci: add gtk 2

    guyou committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    91aad98 View commit details
    Browse the repository at this point in the history
  15. ci: explicitly enable gtk2

    guyou committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    cd305b4 View commit details
    Browse the repository at this point in the history
  16. ci: do not use cached packages

    This Actions introduce many bugs.
    guyou committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    fdb0342 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5c809ad View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b8c086f View commit details
    Browse the repository at this point in the history
  19. ci: remove uneeded step configure

    Already done by autogen
    guyou committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    3e23926 View commit details
    Browse the repository at this point in the history
  20. ci: fix autogen argument

    Else we have 'false'
    guyou committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    222dce0 View commit details
    Browse the repository at this point in the history
  21. ci: pass option to distcheck

    guyou committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    c5f26e7 View commit details
    Browse the repository at this point in the history
  22. ci: build inside docker

    Avoid reinstalling dependencies
    guyou committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    1334b64 View commit details
    Browse the repository at this point in the history
  23. switch to guyou

    guyou committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    c98487d View commit details
    Browse the repository at this point in the history
  24. ci: install sudo

    Needed by XVFB
    guyou committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    aac7030 View commit details
    Browse the repository at this point in the history
  25. ci(docker): add build essential

    Compiler is needed.
    guyou committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    081ec5d View commit details
    Browse the repository at this point in the history
  26. ci(docker): add xvfb

    guyou committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    795c076 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    cc3b524 View commit details
    Browse the repository at this point in the history