diff options
| -rwxr-xr-x | ci/travis_linux_script | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ci/travis_linux_script b/ci/travis_linux_script index 1e1bcf9a16..f6b0cf7ca8 100755 --- a/ci/travis_linux_script +++ b/ci/travis_linux_script @@ -25,8 +25,8 @@ wine test.exe ./zig test ../test/behavior.zig --target-os windows --target-arch x86_64 --target-environ msvc wine64 test.exe -./zig test ../test/behavior.zig --target-os windows --target-arch x86_64 --target-environ msvc --release-fast -wine64 test.exe - -./zig test ../test/behavior.zig --target-os windows --target-arch x86_64 --target-environ msvc --release-safe -wine64 test.exe +#./zig test ../test/behavior.zig --target-os windows --target-arch x86_64 --target-environ msvc --release-fast +#wine64 test.exe +# +#./zig test ../test/behavior.zig --target-os windows --target-arch x86_64 --target-environ msvc --release-safe +#wine64 test.exe |
