Skip to content

Commit

Permalink
Travis: avoid redundancy between parallel tests cases
Browse files Browse the repository at this point in the history
  • Loading branch information
commial committed Jan 14, 2019
1 parent a1ffa82 commit 1995613
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ addons:
env:
global: CXX=g++-5 LLVM_CONFIG=llvm-config-6.0
matrix:
- MIASM_TEST_TAG=regression
- MIASM_TEST_TAG=example
- MIASM_TEST_TAG=long
- MIASM_TEST_TAG=llvm
- MIASM_TEST_TAG=gcc
- MIASM_TEST_TAG=z3
- MIASM_TEST_TAG=qemu
- MIASM_TEST_TAG=cparser
- MIASM_TEST_EXTRA_ARG=-o regression -t long,llvm,gcc,z3,qemu,cparser
- MIASM_TEST_EXTRA_ARG=-o example -t long,llvm,gcc,z3,qemu,cparser
- MIASM_TEST_EXTRA_ARG=-o long
- MIASM_TEST_EXTRA_ARG=-o llvm
- MIASM_TEST_EXTRA_ARG=-o gcc
- MIASM_TEST_EXTRA_ARG=-o z3
- MIASM_TEST_EXTRA_ARG=-o qemu
- MIASM_TEST_EXTRA_ARG=-o cparser
before_script:
- pip install -r optional_requirements.txt
# codespell
Expand All @@ -28,4 +28,4 @@ before_script:
# install
- python setup.py build build_ext
- python setup.py install
script: cd test && python test_all.py -o=$MIASM_TEST_TAG && git ls-files -o --exclude-standard
script: cd test && python test_all.py $MIASM_TEST_EXTRA_ARG && git ls-files -o --exclude-standard

0 comments on commit 1995613

Please sign in to comment.