mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
Update main.yml
This commit is contained in:
parent
eba88e5541
commit
3afab89ab3
13
.github/workflows/main.yml
vendored
13
.github/workflows/main.yml
vendored
@ -96,13 +96,14 @@ jobs:
|
|||||||
- name: Build and Test
|
- name: Build and Test
|
||||||
run: |
|
run: |
|
||||||
uname -m
|
uname -m
|
||||||
|
python -c "import struct; print(8 * struct.calcsize('P'))"
|
||||||
|
|
||||||
python cmake_build.py Debug
|
# python cmake_build.py Debug
|
||||||
# gdb_commands.txt
|
# # gdb_commands.txt
|
||||||
echo "run" > gdb_commands.txt
|
# echo "run" > gdb_commands.txt
|
||||||
echo "backtrace" >> gdb_commands.txt
|
# echo "backtrace" >> gdb_commands.txt
|
||||||
echo "quit" >> gdb_commands.txt
|
# echo "quit" >> gdb_commands.txt
|
||||||
gdb -batch -x gdb_commands.txt --args ./main tests/77_builtin_func_1.py
|
# gdb -batch -x gdb_commands.txt --args ./main tests/77_builtin_func_1.py
|
||||||
|
|
||||||
python cmake_build.py
|
python cmake_build.py
|
||||||
python scripts/run_tests.py
|
python scripts/run_tests.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user