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 d92b6d8 commit df3c9d5Copy full SHA for df3c9d5
.travis.yml
@@ -52,6 +52,8 @@ install:
52
script:
53
# Build ruby gem
54
- gem build symengine.gemspec
55
+ # Convert all warnings to errors
56
+ - export CFLAGS="-Werror"
57
# Install ruby gem
58
- gem install symengine-0.1.0.gem --install-dir $HOME --verbose -- -DSymEngine_DIR=$our_install_dir
59
0 commit comments