Skip to content
Snippets Groups Projects
Commit 6992ea15 authored by shined day's avatar shined day
Browse files

Update script.sh

parent 54962ce2
No related merge requests found
......@@ -56,17 +56,17 @@ if [ $LocalOnly = false ]; then
updateremote "$COREBRANCH" "true" "dist/pyAmakCore-0.0.1-py3-none-any.whl"
cd ../pyamak-ihm/
updateremote "$COREBRANCH" "true" "dist/pyAmakCore-0.0.1-py3-none-any.whl"
updateremote "$COREBRANCH" "true" "dist/pyAmakIHM-0.0.1-py3-none-any.whl"
cd ../philosopher_example/
updateremote "$COREBRANCH" "false" "dist/pyAmakCore-0.0.1-py3-none-any.whl"
updateremote "$COREBRANCH" "false" ""
cd ../
else
cd ./pyamak-noyau/
compilelib "dist/pyAmakCore-0.0.1-py3-none-any.whl"
cd ../pyamak-ihm/
compilelib "dist/pyAmakCore-0.0.1-py3-none-any.whl"
compilelib "dist/pyAmakIHM-0.0.1-py3-none-any.whl"
cd ../philosopher_example/
if [ $LAUNCHMAIN = true ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment