mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-02 09:46:28 +00:00
Fix Android compilation (Using EPOLL commit helper) (#707)
* Fix Android compilation (Using EPOLL commit helper) * Using Nexus 5 for Android tests
This commit is contained in:
parent
d7c44fa7e9
commit
1acbbd9708
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -111,7 +111,7 @@ def doDockerInside(script, target, postStep = null) {
|
||||
|
||||
def doAndroidBuild(target, postStep = null) {
|
||||
return {
|
||||
node('docker && android') {
|
||||
node('docker && android && nexus-5x') {
|
||||
lock("${env.NODE_NAME}-android") {
|
||||
doDockerInside("./scripts/docker-android-wrapper.sh ./scripts/test.sh", target, postStep)
|
||||
}
|
||||
@ -158,4 +158,4 @@ stage('build') {
|
||||
junit 'tests/react-test-app/tests.xml'
|
||||
})
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user