diff --git a/Jenkinsfile b/Jenkinsfile index ea3b308..c576a2f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,8 +7,8 @@ steps { echo 'Building..' ./build.sh - # export PATH=/home/jryland/CrossCompilers/osxcross/target/bin:$PATH - # make + // export PATH=/home/jryland/CrossCompilers/osxcross/target/bin:$PATH + // make } } stage('Test') {