mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
Build with previous versions of compilers
This commit is contained in:
parent
1fcb6be243
commit
9212f1cbe7
|
@ -4,6 +4,7 @@ language: d
|
|||
d:
|
||||
- dmd
|
||||
- dmd-beta
|
||||
- dmd-2.075.1
|
||||
- dmd-2.074.1
|
||||
- dmd-2.073.2
|
||||
- dmd-2.072.2
|
||||
|
@ -12,7 +13,8 @@ d:
|
|||
- dmd-2.069.2
|
||||
- ldc
|
||||
- ldc-beta
|
||||
- ldc-1.1.1 # eq to dmd v2.071.2
|
||||
- ldc-1.2.0 # D v2.072.2
|
||||
- ldc-1.1.1 # D v2.071.2
|
||||
- gdc
|
||||
|
||||
sudo: false
|
||||
|
|
Loading…
Reference in a new issue