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