diff options
author | Takayuki Matsuoka <t-mat@users.noreply.github.com> | 2021-05-31 02:00:53 (GMT) |
---|---|---|
committer | Takayuki Matsuoka <t-mat@users.noreply.github.com> | 2021-05-31 02:00:53 (GMT) |
commit | 33580eb4a6d7759260b16d24d740f531d280f697 (patch) | |
tree | 0cf2e9b4d86dfd4f1002ba9b97229050c6f8fa4c | |
parent | 9e72f2c01f2bab0056147a19979f926c477be096 (diff) | |
download | lz4-33580eb4a6d7759260b16d24d740f531d280f697.zip lz4-33580eb4a6d7759260b16d24d740f531d280f697.tar.gz lz4-33580eb4a6d7759260b16d24d740f531d280f697.tar.bz2 |
Disable "(Precise) g++ and clang CMake test"
[lz4-compilers] contains the following commands.
Note that `make all` contains `make examples`
```
make cxxtest
make clean
make examples
make clean cmake
make clean clangtest
```
[lz4-build-make-travis-install] contains the following commands.
```
make travis-install
```
[lz4-c-compilers] https://github.com/lz4/lz4/blob/025c3ce8f994213371a4260ae932ea244d44c6fc/.github/workflows/ci.yml#L17-L154
[lz4-build-make-travis-install] https://github.com/lz4/lz4/blob/025c3ce8f994213371a4260ae932ea244d44c6fc/.github/workflows/ci.yml#L498-L510
-rw-r--r-- | .travis.yml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml index 5215474..47010db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,16 +41,16 @@ matrix: # - make clean # - CC="c++ -Wno-deprecated" make -C tests fullbench-wmalloc # stricter function signature check # - - name: (Precise) g++ and clang CMake test - dist: precise - script: - - make cxxtest - - make clean - - make examples - - make clean cmake - - make clean travis-install - - make clean clangtest - +# - name: (Precise) g++ and clang CMake test +# dist: precise +# script: +# - make cxxtest +# - make clean +# - make examples +# - make clean cmake +# - make clean travis-install +# - make clean clangtest +# - name: x32 compatibility test addons: apt: |