Github CI: Add step for running cxx-unittest

This commit is contained in:
Iain Buclaw 2020-08-14 14:42:44 +02:00 committed by Mathias LANG
parent 1e5fb67baf
commit 8c686d6d16

View file

@ -287,6 +287,16 @@ jobs:
./dmd/test/run.d runnable_cxx MODEL=32
fi
########################################
# Run C++ frontend unittests #
########################################
- name: Run C++ frontend unittests
run: |
./dmd/src/build.d cxx-unittest MODEL=64
if [ ${{ matrix.compiler }} == "g++" ]; then
./dmd/src/build.d cxx-unittest MODEL=32
fi
########################################
# Store generated artifacts #
########################################