mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
Github CI: Add step for running cxx-unittest
This commit is contained in:
parent
1e5fb67baf
commit
8c686d6d16
1 changed files with 10 additions and 0 deletions
10
.github/workflows/runnable_cxx.yml
vendored
10
.github/workflows/runnable_cxx.yml
vendored
|
@ -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 #
|
||||
########################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue