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 a2d08b0 commit 6cbb882Copy full SHA for 6cbb882
.travis.yml
@@ -35,7 +35,7 @@ before_script:
35
script:
36
# - travis_wait 100 dub test --arch "$ARCH"
37
- ./test_examples.sh
38
- - meson build && cd build && meson configure -Ddefault_library=static && ninja -j4 && ninja -j4 test -v && cd .. # TODO: 32bit meson test
+ - meson build && cd build && ninja -j4 && ninja -j4 test -v && cd .. # TODO: 32bit meson test
39
# - travis_wait 100 dub test --arch "$ARCH" --build=unittest-cov
40
# - travis_wait 100 dub test --arch "$ARCH" --build=unittest-release
41
0 commit comments