mirror of https://github.com/Nonannet/copapy.git
ci fixed
This commit is contained in:
parent
66da1f6a9f
commit
31ae2234ca
|
|
@ -56,6 +56,7 @@ jobs:
|
||||||
if: strategy.job-index == 0
|
if: strategy.job-index == 0
|
||||||
run: |
|
run: |
|
||||||
pip install ansi2html
|
pip install ansi2html
|
||||||
|
python tools/make_example.py
|
||||||
python tools/extract_code.py "bin/test.copapy" "bin/test.copapy.bin"
|
python tools/extract_code.py "bin/test.copapy" "bin/test.copapy.bin"
|
||||||
objdump --color=always -D -b binary -m i386:x86-64 --adjust-vma=0x1000 bin/test.copapy.bin > bin/test.copapy.asm
|
objdump --color=always -D -b binary -m i386:x86-64 --adjust-vma=0x1000 bin/test.copapy.bin > bin/test.copapy.asm
|
||||||
echo '<p>test.copapy.asm</p><code>' >> $GITHUB_STEP_SUMMARY
|
echo '<p>test.copapy.asm</p><code>' >> $GITHUB_STEP_SUMMARY
|
||||||
|
|
@ -65,7 +66,6 @@ jobs:
|
||||||
echo '<p>stencils_x86_64_O3.asm</p><code>' >> $GITHUB_STEP_SUMMARY
|
echo '<p>stencils_x86_64_O3.asm</p><code>' >> $GITHUB_STEP_SUMMARY
|
||||||
cat bin/stencils_x86_64_O3.asm | ansi2html >> $GITHUB_STEP_SUMMARY
|
cat bin/stencils_x86_64_O3.asm | ansi2html >> $GITHUB_STEP_SUMMARY
|
||||||
echo '</code>' >> $GITHUB_STEP_SUMMARY
|
echo '</code>' >> $GITHUB_STEP_SUMMARY
|
||||||
python tools/make_example.py
|
|
||||||
|
|
||||||
- name: Run tests with pytest
|
- name: Run tests with pytest
|
||||||
run: pytest
|
run: pytest
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue