Logo white

Peter M. Groen / oletools

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 1,521
  • Compare
  • Branches 1
  • Tags 0
  • oletools
  • .github
  • workflows
06 May, 2024
1 commit
  • unittests.yml: updated to actions/checkout@v4 and actions/setup-python@v5
    4093ecef
    Philippe Lagadec authored
    2024-05-06 23:43:25 +0200  
    Browse Dir »

22 Dec, 2023
9 commits
  • Remove py2 from CI tests ...
    f93f527e
    This was removed by github in June 2023
    Christian Herdtweck authored
    2023-12-22 14:40:09 +0100  
    Browse Dir »
  • Give unittest-runner a more fitting name
    eb8e5112
    Christian Herdtweck authored
    2023-12-22 13:04:37 +0100  
    Browse Dir »
  • Run pylint automatically when building with py3 ...
    6ae89c9a
    I do not see how I could keep the code clean for both for pylint2 and
    pylint3 at the same time, so do not even try.
    Christian Herdtweck authored
    2023-12-22 13:04:37 +0100  
    Browse Dir »
  • Run only latest py2, py3 and pypy3 ...
    3af250c3
    Availability of python versions in cached runner images is subject to
    change and specification in
    https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
    did not help
    Christian Herdtweck authored
    2023-12-22 13:04:37 +0100  
    Browse Dir »
  • Add debug output to workflow preparation ...
    658858e9
    Want this to check why requirements installation does not happen as expected
    Christian Herdtweck authored
    2023-12-22 13:04:37 +0100  
    Browse Dir »
  • Fail fast in unittests ...
    6502a777
    Save computing time by failing immediately if any test fails. If we
    return early from one VM, the others are stopped, as well, so this
    saves lots of parallel time.
    Christian Herdtweck authored
    2023-12-22 13:04:37 +0100  
    Browse Dir »
  • Only run on push/PR to master
    bc9c9460
    Christian Herdtweck authored
    2023-12-22 13:04:36 +0100  
    Browse Dir »
  • Run on ubuntu,win,mac, py2.7,3.5,newest, pypy 3.9 ...
    2c3b3405
    Could not find a way to say "newest pypy"; "pypy3" or "pypy3.x" did not
    work
    Christian Herdtweck authored
    2023-12-22 13:04:36 +0100  
    Browse Dir »
  • Run unittests automatically ...
    1fb82ad7
    Use github actions for Continuous Integration
    Christian Herdtweck authored
    2023-12-22 13:04:36 +0100  
    Browse Dir »