Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
os:
- osx
env:
global:
- GCC_BASE=gcc-arm-none-eabi-8-2018-q4-major
Expand All @@ -9,6 +11,8 @@ addons:
apt:
packages: libc6-i386 octave-common octave gnuplot
sox p7zip-full python3-numpy octave-signal valgrind
homebrew:
packages: p7zip
cache:
directories:
- "$HOME/$GCC_BASE"
Expand Down Expand Up @@ -47,4 +51,4 @@ before_install:
&& rm -f /tmp/ut_travis;
fi
- unset KEY_K KEY_IV
# DO NOT TOUCH END
# DO NOT TOUCH END