File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change 1
- # Copyright (c) 2013-2018 Arm Limited. All rights reserved.
1
+ # Copyright (c) 2013-2019 Arm Limited. All rights reserved.
2
2
#
3
3
# SPDX-License-Identifier: Apache-2.0
4
4
#
@@ -194,25 +194,6 @@ matrix:
194
194
195
195
# ## Extended Tests ###
196
196
- &extended-vm
197
- stage : " Extended"
198
- name : " psa autogen"
199
- env : NAME=psa-autogen
200
- language : python
201
- python : 3.7
202
- install :
203
- # Install gcc
204
- - source_pkg gcc
205
- - arm-none-eabi-gcc --version
206
- # Install python modules
207
- - python -m pip install --upgrade pip==18.1
208
- - python -m pip install --upgrade setuptools==40.4.3
209
- - pip install -r requirements.txt
210
- - pip list --verbose
211
- script :
212
- - python tools/psa/generate_partition_code.py
213
- - git diff --exit-code
214
-
215
- - << : *extended-vm
216
197
name : " events"
217
198
env : NAME=events EVENTS=events
218
199
script :
You can’t perform that action at this time.
0 commit comments