mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
...
This commit is contained in:
parent
1550152f95
commit
f1e6978552
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
version: 15
|
version: 15
|
||||||
platform: x64
|
platform: x64
|
||||||
- name: Install libc++
|
- name: Install libc++
|
||||||
run: sudo apt install -y libc++-15-dev libc++1-15 libc++abi-15-dev libc++abi1-15
|
run: sudo apt install -y libc++-15-dev libc++1-15 libc++abi-15-dev libc++abi1-15 libclang-rt-15-dev
|
||||||
- name: Compile
|
- name: Compile
|
||||||
run: |
|
run: |
|
||||||
python3 build.py linux
|
python3 build.py linux
|
||||||
@ -43,7 +43,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: output
|
path: output
|
||||||
- name: Unit Test
|
- name: Unit Test
|
||||||
run: python3 scripts/run_tests.py
|
run: bash run_tests.sh
|
||||||
|
- name: Upload coverage reports to Codecov
|
||||||
|
uses: codecov/codecov-action@v3
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
directory: .coverage
|
||||||
- name: Benchmark
|
- name: Benchmark
|
||||||
run: python3 scripts/run_tests.py benchmark
|
run: python3 scripts/run_tests.py benchmark
|
||||||
- name: GCC Build Test
|
- name: GCC Build Test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user