diff options
| author | hathach <[email protected]> | 2019-06-10 17:04:19 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-06-10 17:08:32 +0700 |
| commit | db08bde4159a3a0be442d96b5882434cc19f6f57 (patch) | |
| tree | 970d4ff4f8152b003e2be201fea0c3ae7101ed80 | |
| parent | 2ed501d6b1a0453079a320400dc389a204b9b476 (diff) | |
run ceedling uinit test (no tests yet)
| -rw-r--r-- | .travis.yml | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/.travis.yml b/.travis.yml index cbf4c21cc..327a8f946 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,6 @@ language: c dist: xenial compiler: - gcc -env: - - TRAVIS_SDK=arm addons: apt: @@ -15,21 +13,14 @@ addons: - gcc-arm-embedded install: - #- wget https://s3.amazonaws.com/adafruit-circuit-python/gcc-arm-embedded_7-2018q2-1~trusty1_amd64.deb - #- sudo dpkg -i gcc-arm-embedded*_amd64.deb - gem install ceedling before_script: - #- function var_search () { case "$1" in *$2*) true;; *) false;; esac; } - #- sudo dpkg --add-architecture i386 - - #- (! var_search "${TRAVIS_SDK-}" arm || (wget https://s3.amazonaws.com/adafruit-circuit-python/gcc-arm-embedded_7-2018q2-1~trusty1_amd64.deb && sudo dpkg -i gcc-arm-embedded*_amd64.deb)) - #- sudo apt-get install -y realpath - - #- realpath --version - #- gcc --version - #- (! var_search "${TRAVIS_SDK-}" arm || arm-none-eabi-gcc --version) - arm-none-eabi-gcc --version script: + # Build all examples - python3 tools/build_all.py + # Run unit tests + - cd test + - ceedling test:all |
