mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
11 lines
123 B
Bash
Executable File
11 lines
123 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# CI job for running tests on the host
|
|
|
|
set -ev
|
|
|
|
cd $TRAVIS_BUILD_DIR/tests/host
|
|
|
|
make CI
|
|
make clean-objects
|