Skip to content

Commit 48bf8d9

Browse files
kisbgLaszloLango
kisbg
authored andcommitted
Removed Artik053 job from travis (#1934)
IoT.js-DCO-1.0-Signed-off-by: bence gabor kis [email protected]
1 parent d6ead6c commit 48bf8d9

File tree

2 files changed

+0
-29
lines changed

2 files changed

+0
-29
lines changed

.travis.yml

-4
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ matrix:
3232
env:
3333
- OPTS="stm32f4dis"
3434

35-
- name: "Artik053 with TizenRT Build Test"
36-
env:
37-
- OPTS="artik053"
38-
3935
- name: "Tizen Build Test"
4036
env:
4137
- OPTS="tizen"

tools/travis_script.py

-25
Original file line numberDiff line numberDiff line change
@@ -166,31 +166,6 @@ def job_rpi2():
166166
'--target-arch=arm',
167167
'--target-board=rpi2',
168168
'--profile=test/profiles/rpi2-linux.profile'])
169-
170-
@job('artik053')
171-
def job_artik053():
172-
start_container()
173-
174-
exec_docker(DOCKER_TIZENRT_PATH, ['git', 'fetch', '--tags'])
175-
# Checkout specified tag
176-
exec_docker(DOCKER_TIZENRT_PATH, ['git', 'checkout', TIZENRT_TAG])
177-
# Pick libtuv's sys/uio.h and add transition header
178-
exec_docker(DOCKER_TIZENRT_PATH, ['git', 'cherry-pick',
179-
'e020ef62431484b64747c760880d2b6723eb28e4'])
180-
exec_docker(DOCKER_TIZENRT_OS_PATH,
181-
['ln', '-fs', 'sys/uio.h', 'include'])
182-
# Set configure
183-
exec_docker(DOCKER_TIZENRT_OS_TOOLS_PATH, [
184-
'./configure.sh', 'artik053/iotjs'])
185-
186-
for buildtype in BUILDTYPES:
187-
set_config_tizenrt(buildtype)
188-
exec_docker(DOCKER_TIZENRT_OS_PATH, [
189-
'make', 'IOTJS_ROOT_DIR=%s' % DOCKER_IOTJS_PATH,
190-
'IOTJS_BUILD_OPTION="--buildtype=%s '
191-
'--profile=test/profiles/tizenrt.profile"' % buildtype
192-
])
193-
194169
@job('stm32f4dis')
195170
def job_stm32f4dis():
196171
start_container()

0 commit comments

Comments
 (0)