ci test of bn_test with DEBUG=1

update-fork
MITSUNARI Shigeo 4 years ago
parent 7d0087df69
commit b28f608811
  1. 3
      .github/workflows/main.yml

@ -10,9 +10,8 @@ jobs:
- run: lscpu
- run: wget https://software.intel.com/content/dam/develop/external/us/en/documents/downloads/sde-external-8.63.0-2021-01-18-lin.tar.bz2
- run: bzip2 -dc sde-external-8.63.0-2021-01-18-lin.tar.bz2 | tar xvf -
- run: make bin/bn_test.exe -j4
- run: make bin/bn_test.exe DEBUG=1 -j4
- run: sde-external-8.63.0-2021-01-18-lin/sde64 -hsw -- bin/bn_test.exe
- run: make clean
- run: make test_ci DEBUG=1 -j4 || dmesg | tail
- run: make clean
- run: make test_ci DEBUG=1 -j4 CXX=clang++ || dmesg | tail

Loading…
Cancel
Save