Try to fix ci
This commit is contained in:
parent
e65edcf91a
commit
a3899781dc
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -34,14 +34,15 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- name: dependencies
|
||||
run: |
|
||||
pip3 install colorama
|
||||
python3 -m venv env
|
||||
env/bin/pip install colorama
|
||||
- name: libdwarf
|
||||
run: |
|
||||
cd ..
|
||||
cpptrace/ci/setup-prerequisites.sh
|
||||
- name: build
|
||||
run: |
|
||||
python3 ci/build-in-all-configs.py --${{matrix.compiler}} --default-config
|
||||
env/bin/python ci/build-in-all-configs.py --${{matrix.compiler}} --default-config
|
||||
build-windows:
|
||||
runs-on: windows-2022
|
||||
strategy:
|
||||
@ -95,14 +96,15 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- name: dependencies
|
||||
run: |
|
||||
pip3 install colorama
|
||||
python3 -m venv env
|
||||
env/bin/pip install colorama
|
||||
- name: libdwarf
|
||||
run: |
|
||||
cd ..
|
||||
cpptrace/ci/setup-prerequisites.sh
|
||||
- name: build
|
||||
run: |
|
||||
python3 ci/build-in-all-configs.py --${{matrix.compiler}}
|
||||
env/bin/python ci/build-in-all-configs.py --${{matrix.compiler}}
|
||||
build-windows-all-configurations:
|
||||
runs-on: windows-2022
|
||||
needs: build-windows
|
||||
|
||||
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
@ -42,10 +42,11 @@ jobs:
|
||||
cpptrace/ci/setup-prerequisites.sh
|
||||
- name: dependencies
|
||||
run: |
|
||||
pip3 install colorama
|
||||
python3 -m venv env
|
||||
env/bin/pip install colorama
|
||||
- name: build and test
|
||||
run: |
|
||||
python3 ci/test-all-configs.py --${{matrix.compiler}} --default-config
|
||||
env/bin/python ci/test-all-configs.py --${{matrix.compiler}} --default-config
|
||||
test-windows:
|
||||
runs-on: windows-2022
|
||||
strategy:
|
||||
@ -106,10 +107,11 @@ jobs:
|
||||
cpptrace/ci/setup-prerequisites.sh
|
||||
- name: dependencies
|
||||
run: |
|
||||
pip3 install colorama
|
||||
python3 -m venv env
|
||||
env/bin/pip install colorama
|
||||
- name: build and test
|
||||
run: |
|
||||
python3 ci/test-all-configs.py --${{matrix.compiler}}
|
||||
env/bin/python ci/test-all-configs.py --${{matrix.compiler}}
|
||||
test-windows-all-configurations:
|
||||
runs-on: windows-2022
|
||||
strategy:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user