ps3dev / ps3libraries

A script to automatically build various open source libraries for use on the PS3.
86 stars 74 forks source link

Adding Github action for testing #64

Closed humbertodias closed 5 months ago

humbertodias commented 6 months ago

Features

Result

  1. /etc/wgetrc
    # If this is set to off, the server certificate is not checked against the specified client authorities. The default is “on”
    check_certificate = off
    # Tune HTTPS security (auto, SSLv2, SSLv3, TLSv1, PFS)
    secureprotocol = auto
    # You can lower (or raise) the default number of retries when downloading a file (default is 20).
    tries = 30
    # Set all applicable timeout values to n, the same as ‘-T n’.
    timeout = 15
    # Specifies the maximum number of redirections to follow for a resource. See ‘--max-redirect=number’.
    max_redirect = 50
    # no_clobber option, will not overwrite existing files. Instead, it will skip downloading files that already exist locally.
    no_clobber = on
    # If set to on, force continuation of preexistent partially retrieved files. See ‘-c’ before setting it.
    continue = on
    # quiet (default is no)
    quiet = on
  2. pthread-emb

039-pthreads-emb.sh

  1. psl1ight-sdl2

040-sdl2_psl1ght.sh

  1. GHA OK image https://github.com/humbertodias/ps3libraries/actions/runs/8124008873