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 4f89cbb commit f3f55c8Copy full SHA for f3f55c8
.travis.yml
@@ -189,24 +189,6 @@ matrix:
189
190
191
### Extended Tests ###
192
- - &extended-vm
193
- stage: "Extended"
194
- name: "psa autogen"
195
- env: NAME=psa-autogen
196
- language: python
197
- python: 3.7
198
- install:
199
- # Install gcc
200
- - source_pkg gcc
201
- - arm-none-eabi-gcc --version
202
- # Install python modules
203
- - python -m pip install --upgrade pip==18.1
204
- - python -m pip install --upgrade setuptools==40.4.3
205
- - pip install -r requirements.txt
206
- - pip list --verbose
207
- script:
208
- - python tools/psa/generate_partition_code.py
209
- - git diff --exit-code
210
211
- <<: *extended-vm
212
name: "events"
0 commit comments