mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-01-11 18:33:16 +01:00
Separate scripts for AVR and QEMU-ARM commit hooks.
This commit is contained in:
@@ -7,6 +7,8 @@ services:
|
||||
|
||||
before_install:
|
||||
- docker pull kelvinlawson/atomthreads
|
||||
- docker pull kelvinlawson/atomthreads-cortex-m
|
||||
|
||||
script:
|
||||
- docker run --rm -v $TRAVIS_BUILD_DIR/:/data -t kelvinlawson/atomthreads /data/tests/commit-tests.sh
|
||||
- docker run --rm -v $TRAVIS_BUILD_DIR/:/data -t kelvinlawson/atomthreads /data/tests/commit-tests-qemu-arm.sh
|
||||
- docker run --rm -v $TRAVIS_BUILD_DIR/:/data -t kelvinlawson/atomthreads /data/tests/commit-tests-avr.sh
|
||||
|
||||
Reference in New Issue
Block a user