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 b0fb8f4 commit 5a1c2a7Copy full SHA for 5a1c2a7
.travis.yml
@@ -38,7 +38,7 @@ before_script:
38
script:
39
# - travis_wait 100 dub test --arch "$ARCH"
40
- ./test_examples.sh
41
- - meson build && cd build && meson configure -Ddefault_library=static && ninja -j4 && ninja -j4 test -v # TODO: 32bit meson test
+ - meson build && cd build && meson configure -Ddefault_library=static && ninja -j4 && ninja -j4 test -v && cd .. # 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