File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11language : d
22dist : trusty
3- sudo : required
3+ sudo : false
44os :
55 - linux
66 - osx
77packages :
88 - pkg-config
9+ - gcc-multilib
910d :
1011 - ldc
1112 - ldc-beta
@@ -36,12 +37,11 @@ install:
3637before_script :
3738 - export PATH=$PATH:$PWD/.ntmp
3839script :
39- - travis_wait 100 dub test --arch "$ARCH"
40+ # - travis_wait 100 dub test --arch "$ARCH"
41+ - meson build && cd build && meson configure -Ddefault_library=static && ninja -j4 && ninja -j4 test -v # TODO: 32bit meson test
4042 - ./test_examples.sh
41- - travis_wait 100 dub test --arch "$ARCH" --build=unittest-cov
42- - travis_wait 100 dub test --arch "$ARCH" --build=unittest-release
43- - meson build && ninja -j8 -C build # TODO: 32bit meson test
44- - ninja -j8 -C build test -v
43+ # - travis_wait 100 dub test --arch "$ARCH" --build=unittest-cov
44+ # - travis_wait 100 dub test --arch "$ARCH" --build=unittest-release
4545
4646after_success :
4747 - bash <(curl -s https://codecov.io/bash)
You can’t perform that action at this time.
0 commit comments