We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82fc867 commit b0fb8f4Copy full SHA for b0fb8f4
.travis.yml
@@ -37,8 +37,8 @@ before_script:
37
- export PATH=$PATH:$PWD/.ntmp
38
script:
39
# - travis_wait 100 dub test --arch "$ARCH"
40
- - meson build && cd build && meson configure -Ddefault_library=static && ninja -j4 && ninja -j4 test -v # TODO: 32bit meson test
41
- ./test_examples.sh
+ - meson build && cd build && meson configure -Ddefault_library=static && ninja -j4 && ninja -j4 test -v # TODO: 32bit meson test
42
# - travis_wait 100 dub test --arch "$ARCH" --build=unittest-cov
43
# - travis_wait 100 dub test --arch "$ARCH" --build=unittest-release
44
0 commit comments