Skip to content

Commit

Permalink
[tests] updated .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonRohou committed Nov 13, 2020
1 parent 87bd65c commit 2af5613
Showing 1 changed file with 24 additions and 16 deletions.
40 changes: 24 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -429,16 +429,20 @@ script:
# Building the examples
- cd ../examples
- find . -type d -name build -prune -exec rm -rf {} \;
- cd linobs
- find . * -maxdepth 0 | grep -P "^[0-9]" | xargs -L 1 bash -c 'cd "$0" && ./build.sh && cd ..'
- cd ..
- cd basics
- find . -name "ex\_*" | xargs -L 1 bash -c 'cd "$0" && ./build.sh && cd ..'
- cd ../robotics
- find . -name "ex\_*" | xargs -L 1 bash -c 'cd "$0" && ./build.sh && cd ..'
- cd ../tuto
- find . * -maxdepth 0 | grep -P "^[0-9]" | xargs -L 1 bash -c 'cd "$0" && ./build.sh && cd ..'
- cd ../lie_group
- find . -name "ex\_*" | xargs -L 1 bash -c 'cd "$0" && ./build.sh && cd ..'
- cd ../linobs
- ./build.sh
- cd ..
- cd robotics
- find . * -maxdepth 0 | grep -P "^[0-9]" | xargs -L 1 bash -c 'cd "$0" && ./build.sh && cd ..'
- cd ..
- cd tuto
- find . * -maxdepth 0 | grep -P "^[0-9]" | xargs -L 1 bash -c 'cd "$0" && ./build.sh && cd ..'
- cd ..
- cd lie_group
- find . * -maxdepth 0 | grep -P "^[0-9]" | xargs -L 1 bash -c 'cd "$0" && ./build.sh && cd ..'
- cd ../../build

# Testing
Expand Down Expand Up @@ -476,16 +480,20 @@ script:
# Building the examples
- cd ../examples
- find . -type d -name build -prune -exec rm -rf {} \;
- cd linobs
- find . * -maxdepth 0 | grep -P "^[0-9]" | xargs -L 1 bash -c 'cd "$0" && ./build.sh && cd ..'
- cd ..
- cd basics
- find . -name "ex\_*" | xargs -L 1 bash -c 'cd "$0" && ./build.sh && cd ..'
- cd ../robotics
- find . -name "ex\_*" | xargs -L 1 bash -c 'cd "$0" && ./build.sh && cd ..'
- cd ../tuto
- find . * -maxdepth 0 | grep -P "^[0-9]" | xargs -L 1 bash -c 'cd "$0" && ./build.sh && cd ..'
- cd ../lie_group
- find . -name "ex\_*" | xargs -L 1 bash -c 'cd "$0" && ./build.sh && cd ..'
- cd ../linobs
- ./build.sh
- cd ..
- cd robotics
- find . * -maxdepth 0 | grep -P "^[0-9]" | xargs -L 1 bash -c 'cd "$0" && ./build.sh && cd ..'
- cd ..
- cd tuto
- find . * -maxdepth 0 | grep -P "^[0-9]" | xargs -L 1 bash -c 'cd "$0" && ./build.sh && cd ..'
- cd ..
- cd lie_group
- find . * -maxdepth 0 | grep -P "^[0-9]" | xargs -L 1 bash -c 'cd "$0" && ./build.sh && cd ..'
- cd ../../build

# Testing
Expand Down

0 comments on commit 2af5613

Please sign in to comment.