diff options
| author | hathach <[email protected]> | 2019-06-10 16:45:02 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-06-10 16:45:02 +0700 |
| commit | 04ce6cbac15784c27df52b24208b0dcf08a0bc18 (patch) | |
| tree | d28f89b778fabd96ae9a228c5af65cdcaabfe0a5 | |
| parent | 9775a76ea37e0e2bcd1c23782c91c57f1c19bf84 (diff) | |
more travis test
| -rw-r--r-- | .travis.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index fdd0400bd..b7445238e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,13 +11,13 @@ addons: - sourceline: "ppa:team-gcc-arm-embedded/ppa" packages: - python3 - - ruby + #- ruby - gcc-arm-embbeded 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 + #- gem install ceedling before_script: #- function var_search () { case "$1" in *$2*) true;; *) false;; esac; } @@ -27,8 +27,8 @@ before_script: #- sudo apt-get install -y realpath #- realpath --version - - gcc --version + #- gcc --version #- (! var_search "${TRAVIS_SDK-}" arm || arm-none-eabi-gcc --version) script: - #- python3 tools/build_all.py + - python3 tools/build_all.py |
