Small fixes
This commit is contained in:
parent
014e9cee8d
commit
24a07a05e5
13 changed files with 46 additions and 29 deletions
|
|
@ -23,7 +23,7 @@ build_code:
|
|||
|
||||
test_dmd_debug:
|
||||
stage: test
|
||||
image: frolvlad/alpine-glibc
|
||||
image: debian:buster-slim
|
||||
script:
|
||||
- binaries/dmd_debug_unittest
|
||||
artifacts:
|
||||
|
|
@ -31,7 +31,7 @@ test_dmd_debug:
|
|||
junit: test_report.xml
|
||||
test_dmd:
|
||||
stage: test
|
||||
image: frolvlad/alpine-glibc
|
||||
image: debian:buster-slim
|
||||
script:
|
||||
- binaries/dmd_release_unittest
|
||||
artifacts:
|
||||
|
|
@ -39,7 +39,7 @@ test_dmd:
|
|||
junit: test_report.xml
|
||||
test_dmd_betterC:
|
||||
stage: test
|
||||
image: frolvlad/alpine-glibc
|
||||
image: debian:buster-slim
|
||||
script:
|
||||
- binaries/dmd_debug_unittest_bc
|
||||
artifacts:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue