diff --git a/Jenkinsfile b/Jenkinsfile index c576a2f..4ca8ed7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,8 +7,10 @@ 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') {