mirror of https://github.com/buggins/dlangui.git
test different compilers
This commit is contained in:
parent
80daed61a0
commit
bfec06917e
|
@ -4,6 +4,13 @@ os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
|
||||||
|
d:
|
||||||
|
- dmd
|
||||||
|
- dmd-beta
|
||||||
|
- ldc
|
||||||
|
- ldc-beta
|
||||||
|
- gdc
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- ARCH=x86_64 CONFIG=default
|
- ARCH=x86_64 CONFIG=default
|
||||||
- ARCH=x86_64 CONFIG=minimal
|
- ARCH=x86_64 CONFIG=minimal
|
||||||
|
|
Loading…
Reference in New Issue