Skip to content

Commit

Permalink
Expand backward compatibility tests
Browse files Browse the repository at this point in the history
  • Loading branch information
screamerbg committed May 30, 2018
1 parent ce135e5 commit 998c595
Showing 1 changed file with 40 additions and 28 deletions.
68 changes: 40 additions & 28 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,66 +45,78 @@ jobs:
echo "Testing mbed-os-5.8.5"
cd mbed-os
mbed update --clean --clean-files "mbed-os-5.8.5"
mbed compile -S
mbed compile --supported
mbed compile --config --prefix mbed
mbed toolchain -S
mbed target -S
mbed export -S
mbed toolchain --supported
mbed target --supported
mbed export --supported
mbed test --compile-list
- run: |-
cd .tests/supported-tests
echo "Testing mbed-os-5.7.6"
cd mbed-os
mbed update --clean --clean-files "mbed-os-5.7.5"
mbed compile -S
mbed toolchain -S
mbed target -S
mbed export -S
mbed compile --supported
mbed compile --config --prefix mbed
mbed toolchain --supported
mbed target --supported
mbed export --supported
mbed test --compile-list
- run: |-
cd .tests/supported-tests
echo "Testing mbed-os-5.6.6"
cd mbed-os
mbed update --clean --clean-files "mbed-os-5.6.5"
mbed compile -S
mbed toolchain -S
mbed target -S
mbed export -S
mbed compile --supported
mbed compile --config --prefix mbed
mbed toolchain --supported
mbed target --supported
mbed export --supported
mbed test --compile-list
- run: |-
cd .tests/supported-tests
echo "Testing mbed-os-5.5.6"
cd mbed-os
mbed update --clean --clean-files "mbed-os-5.5.5"
mbed compile -S
mbed toolchain -S
mbed target -S
mbed export -S
mbed compile --supported
mbed compile --config --prefix mbed
mbed toolchain --supported
mbed target --supported
mbed export --supported
mbed test --compile-list
- run: |-
cd .tests/supported-tests
echo "Testing mbed-os-5.4.6"
cd mbed-os
mbed update --clean --clean-files "mbed-os-5.4.5"
mbed compile -S
mbed toolchain -S
mbed target -S
mbed export -S
mbed compile --supported
mbed compile --config --prefix mbed
mbed toolchain --supported
mbed target --supported
mbed export --supported
mbed test --compile-list
- run: |-
cd .tests/supported-tests
echo "Testing mbed-os-5.2.3"
cd mbed-os
mbed update --clean --clean-files "mbed-os-5.2.3"
mbed compile -S
mbed toolchain -S
mbed target -S
mbed export -S
mbed compile --supported
mbed compile --config --prefix mbed
mbed toolchain --supported
mbed target --supported
mbed export --supported
mbed test --compile-list
- run: |-
cd .tests/supported-tests
echo "Testing mbed-os-5.1.5"
cd mbed-os
mbed update --clean --clean-files "mbed-os-5.1.5"
mbed compile -S
mbed toolchain -S
mbed target -S
mbed export -S
mbed compile --supported
mbed compile --config --prefix mbed
mbed toolchain --supported
mbed target --supported
mbed export --supported
mbed test --compile-list
py3:
machine: true
Expand Down

0 comments on commit 998c595

Please sign in to comment.