Skip to content

Commit

Permalink
try 6
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-tz committed Nov 29, 2023
1 parent fba0925 commit f333514
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
fail-fast: true
matrix:
# using Python 3.8 to support running across multiple operating systems including Windows 7
python_version: [3.8]
include:
- os: ubuntu-20.04
# use old linux so that the shared library versioning is more portable
artifact_name: capa
asset_name: linux
python_version: 3.8
- os: ubuntu-20.04
# use old linux so that the shared library versioning is more portable
artifact_name: capa-python311
Expand All @@ -32,10 +32,12 @@ jobs:
- os: windows-2019
artifact_name: capa.exe
asset_name: windows
python_version: 3.8
- os: macos-11
# use older macOS for assumed better portability
artifact_name: capa
asset_name: macos
python_version: 3.8
steps:
- name: Checkout capa
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
Expand Down Expand Up @@ -63,8 +65,8 @@ jobs:
run: dist/capa "tests/data/7351f8a40c5450557b24622417fc478d.elf_"
- name: Does it run (CAPE)?
run: |
gunzip "tests/data/dynamic/cape/v2.4/36d218f384010cce9f58b8193b7d8cc855d1dff23f80d16e13a883e152d07921.json.gz"
dist/capa "tests/data/dynamic/cape/v2.4/36d218f384010cce9f58b8193b7d8cc855d1dff23f80d16e13a883e152d07921.json"
gunzip "tests/data/dynamic/cape/v2.4/capesandbox_com/0a0882b8da225406cc838991b5f67d11.json.gz"
dist/capa "tests/data/dynamic/cape/v2.4/capesandbox_com/0a0882b8da225406cc838991b5f67d11.json"
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
with:
name: ${{ matrix.asset_name }}
Expand Down

0 comments on commit f333514

Please sign in to comment.