You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- curl --silent https://codeload.github.com/ARMmbed/mbedtls/tar.gz/polarssl-1.3.9 | tar xfz - && cd mbedtls-polarssl-1.3.9 && make SHARED=1 && sudo make install DESTDIR=/usr && cd ..
script: cmake . -DDEBUG=on && make && make clean && cmake . -DDEBUG=off && make