Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 26700192 authored by hhakim's avatar hhakim Committed by hhakim
Browse files

Exclude scheduled ci pipelines from revision packaging job and add the commit...

Exclude scheduled ci pipelines from revision packaging job and add the commit sha as a suffix to package name.
parent fb11c63e
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,9 @@ package_macos: ...@@ -58,7 +58,9 @@ package_macos:
- if [[ ! -d 'build' ]]; then mkdir build;fi; cd build - if [[ ! -d 'build' ]]; then mkdir build;fi; cd build
- 'cmake -DBUILD_WRAPPER_PYTHON=ON -DBUILD_WRAPPER_MATLAB=ON -DCMAKE_INSTALL_PREFIX=/opt/local/faust-$CI_COMMIT_SHA ..' - 'cmake -DBUILD_WRAPPER_PYTHON=ON -DBUILD_WRAPPER_MATLAB=ON -DCMAKE_INSTALL_PREFIX=/opt/local/faust-$CI_COMMIT_SHA ..'
- 'echo $MACOS_PASS | sudo -S make install' - 'echo $MACOS_PASS | sudo -S make install'
- 'hdiutil create -volname Faust-MatlabR2016a-Py2.7 -srcfolder /opt/local/faust-$CI_COMMIT_SHA -ov -format UDRW faust-$CI_COMMIT_SHA' - 'echo $MACOS_PASS | sudo -S hdiutil create -volname Faust-MatlabR2016a-Py2.7-$CI_COMMIT_SHA -srcfolder /opt/local/faust-$CI_COMMIT_SHA -ov -format UDRW faust-$CI_COMMIT_SHA'
- if [[ -d $MACOS_PKG_STORE_PATH ]]; then echo $MACOS_PASS | sudo -S mv faust-$CI_COMMIT_SHA.dmg $MACOS_PKG_STORE_PATH; fi - if [[ -d $MACOS_PKG_STORE_PATH ]]; then echo $MACOS_PASS | sudo -S mv faust-$CI_COMMIT_SHA.dmg $MACOS_PKG_STORE_PATH; fi
tags: tags:
- macos - macos
except:
- schedules
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment