.travis.sh


Log

Author Commit Date CI Message
Eugene Kliuchnikov e77799b0 2017-03-24T14:31:30 Fix bintray release structure (#531) Same file name is not allowed across packages in one version.
Eugene Kliuchnikov 51d6780b 2017-03-24T13:40:30 Actually publich artifacts to Bintray (#530)
Eugene Kliuchnikov 187904a4 2017-03-24T12:54:20 Upload binaries to bintray (#528)
Eugene Kliuchnikov 29ad4db4 2017-03-23T16:23:57 Break build on sha256sum mismatch (#527)
Eugene Kliuchnikov 22421ebe 2017-03-23T13:35:53 Bazel build on linux/osx (#526)
Eugene Kliuchnikov ee5c7190 2017-03-22T19:13:59 Build and test java decoder with Maven
Evan Nemerson d03c38da 2017-02-19T01:06:13 Blacklist PGI from using conformant array parameters. (#511) * Blacklist PGI from using conformant array parameters. There is a bug in pgcc with conformant array parameters where the length argument is a pointer which triggers a compiler error (PGC-S-0094, to be specific). The issue has been reported to PGI and is being tracked internally as TPR 23778. For more information, see https://www.pgroup.com/userforum/viewtopic.php?t=5501 * travis: Add PGI Community Edition build. For details on the installation script, see https://github.com/nemequ/pgi-travis
Alex Nicksay 92037654 2016-10-31T07:58:45 Python: Use "build" instead of "build_ext" in scripts (#460) Previously, the Python package consisted of a single extension module, so `build_ext` was sufficient. Now, the package contains a native module and an extension module, so both `build_py` and `build_ext` are required. Instead, run `build`, which calls both `build_py` and `build_ext` automatically.
Cosimo Lupo 52cb9474 2016-08-10T19:27:17 .travis.sh: skip source venv on linux
Cosimo Lupo 18dfca9b 2016-08-10T18:40:24 .travis.sh: only build wheels on OSX
Cosimo Lupo 2dc2ac77 2016-08-10T18:33:43 .travis.sh: explicitly use 'bash' shell instead of generic 'sh' I need to use 'source' command to activate the python virtual environment, but apparently that is not available on Ubuntu's default /bin/sh
Cosimo Lupo a5bf2c0b 2016-08-10T18:05:38 .travis.sh: activate virtualenv before calling python or pip commands
Evan Nemerson 03657e80 2016-07-28T13:31:09 Add mingw support.
Evan Nemerson 26a59359 2016-07-26T08:22:58 Add UBSan build, use clang for sanitizer builds.
Evan Nemerson 37be4e37 2016-06-28T20:35:16 travis: add many additional builds