decaffeinate: update build scripts to es

This commit is contained in:
mserranom
2020-02-19 12:10:00 +01:00
parent be28b9f6f9
commit 725074c09d
9 changed files with 102 additions and 23 deletions

7
Jenkinsfile vendored
View File

@@ -37,6 +37,13 @@ pipeline {
}
}
stage('Linting') {
steps {
sh 'DOCKER_COMPOSE_FLAGS="-f docker-compose.ci.yml" make format'
sh 'DOCKER_COMPOSE_FLAGS="-f docker-compose.ci.yml" make lint'
}
}
stage('Unit Tests') {
steps {
sh 'DOCKER_COMPOSE_FLAGS="-f docker-compose.ci.yml" make test_unit'