forked from PAWPAW-Mirror/lib_xua
Typo
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -46,7 +46,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Unity tests') {
|
stage('Unity tests') {
|
||||||
steps {
|
steps {
|
||||||
dir("${REPO}/test/xua_unit_tests") {
|
dir("${REPO}/tests/xua_unit_tests") {
|
||||||
withTools("${env.TOOLS_VERSION}") {
|
withTools("${env.TOOLS_VERSION}") {
|
||||||
withVenv {
|
withVenv {
|
||||||
withEnv(["XMOS_CMAKE_PATH=${WORKSPACE}/xcommon_cmake"]) {
|
withEnv(["XMOS_CMAKE_PATH=${WORKSPACE}/xcommon_cmake"]) {
|
||||||
|
|||||||
Reference in New Issue
Block a user