We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c3a81c commit 85c602eCopy full SHA for 85c602e
.travis.yml
@@ -196,6 +196,17 @@ matrix:
196
- &extended-vm
197
name: "events"
198
env: NAME=events EVENTS=events
199
+ language: python
200
+ python: 3.7
201
+ install:
202
+ # Install gcc
203
+ - source_pkg gcc
204
+ - arm-none-eabi-gcc --version
205
+ # Install python modules
206
+ - python -m pip install --upgrade pip==18.1
207
+ - python -m pip install --upgrade setuptools==40.4.3
208
+ - pip install -r requirements.txt
209
+ - pip list --verbose
210
script:
211
# Check that example compiles
212
- sed -n '/``` cpp/,/```/{/```$/Q;/```/d;p;}' ${EVENTS}/README.md > main.cpp
0 commit comments