Skip to content

Commit

Permalink
Add colored output
Browse files Browse the repository at this point in the history
romainthomas committed Nov 9, 2023

Verified

This commit was signed with the committer’s verified signature. The key has expired.
romainthomas Romain Thomas
1 parent af3040d commit a975999
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/linux-x86-64.yml
Original file line number Diff line number Diff line change
@@ -90,6 +90,8 @@ jobs:
LIEF_SAMPLES_DIR: "/tmp/samples"
LIEF_BUILD_DIR: "/tmp/lief-build"
LIEF_VENV: "/tmp/venv"
CLICOLOR_FORCE: "1"
PYTEST_ADDOPTS: "--color=yes"
options: --user 1001:1001
steps:
- uses: actions/checkout@v3
@@ -112,8 +114,8 @@ jobs:
run: |
$PYTHON_BINARY -m venv ${LIEF_VENV}
source ${LIEF_VENV}/bin/activate
python -m pip install \
-r tests/requirements.txt \
python -m pip install \
-r tests/requirements.txt \
-r api/python/build-requirements.txt
- name: Build & install LIEF
shell: bash
2 changes: 2 additions & 0 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
@@ -98,6 +98,7 @@ jobs:
LIEF_SAMPLES_DIR: "/tmp/samples"
LIEF_BUILD_DIR: "/tmp/lief-build"
PYLIEF_CONF: "${{ github.workspace }}/scripts/osx/osx-testing-x64.toml"
CLICOLOR_FORCE: "1"
MACOSX_TARGET: "11.7"
MACOSX_DEPLOYMENT_TARGET: "11.0"
CCACHE_DIR: ${{ runner.temp }}/.ccache
@@ -114,6 +115,7 @@ jobs:
env:
LIEF_SAMPLES_DIR: "/tmp/samples"
LIEF_BUILD_DIR: "/tmp/lief-build"
PYTEST_ADDOPTS: "--color=yes"
run: |
python tests/run_pytest.py
python tests/run_tools_check.py ${LIEF_BUILD_DIR}/

0 comments on commit a975999

Please sign in to comment.